contrib: Update thrift_dump to use the new namespace
authorDavid Reiss <dreiss@apache.org>
Mon, 30 Mar 2009 21:22:54 +0000 (21:22 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 30 Mar 2009 21:22:54 +0000 (21:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760182 13f79535-47bb-0310-9956-ffa450edef68

contrib/thrift_dump.cpp

index aac1e1c..ca69b44 100644 (file)
@@ -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,