gflags now likes namespace gflags, not google
[folly.git] / folly / test / SubprocessTestParentDeathHelper.cpp
index d752b84ca07f86da85ac6216eae605dda3411436..fd1d42ea29220cb9c2b3d47414a3169bc12edc5c 100644 (file)
@@ -31,8 +31,8 @@
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 
-#include "folly/Conv.h"
-#include "folly/Subprocess.h"
+#include <folly/Conv.h>
+#include <folly/Subprocess.h>
 
 using folly::Subprocess;
 
@@ -74,7 +74,7 @@ void runParent(const char* file) {
 }
 
 int main(int argc, char *argv[]) {
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   CHECK_EQ(argc, 2);
   if (FLAGS_child) {
     runChild(argv[1]);