gflags now likes namespace gflags, not google
[folly.git] / folly / test / FBVectorBenchmark.cpp
index f498e7e8c9753ef80296cb868e265f8b86a04e17..2e20e39f0be72309a187f60b2ec28d85e5b272c8 100644 (file)
@@ -106,7 +106,7 @@ typedef fbvector<folly::fbstring> FBStringFBVector;
 #undef VECTOR
 
 int main(int argc, char** argv) {
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   folly::runBenchmarks();
   return 0;
 }