gflags now likes namespace gflags, not google
[folly.git] / folly / test / TimeseriesBenchmark.cpp
index 9ce8ba4a932d91bf5eed6baaf553c29d53fcfbb9..236e47d94613bc03579a8e1027bf03e7e1e9b922 100644 (file)
@@ -71,7 +71,7 @@ BENCHMARK_NAMED_PARAM(addValue, 71x5_100perSec, seconds(71), 5, 100);
 BENCHMARK_NAMED_PARAM(addValue, 1x1_100perSec, seconds(1), 1, 100);
 
 int main(int argc, char *argv[]) {
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   folly::runBenchmarks();
   return 0;
 }