From 3a25cac228c5bf0c9267710db76ab29d80fd31df Mon Sep 17 00:00:00 2001 From: David Reiss Date: Mon, 30 Mar 2009 21:22:54 +0000 Subject: [PATCH] contrib: Update thrift_dump to use the new namespace git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760182 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/thrift_dump.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/thrift_dump.cpp b/contrib/thrift_dump.cpp index aac1e1cf..ca69b44b 100644 --- a/contrib/thrift_dump.cpp +++ b/contrib/thrift_dump.cpp @@ -15,8 +15,8 @@ using namespace std; using boost::shared_ptr; -using namespace facebook::thrift::transport; -using namespace facebook::thrift::protocol; +using namespace apache::thrift::transport; +using namespace apache::thrift::protocol; void usage() { fprintf(stderr, -- 2.17.1