gflags now likes namespace gflags, not google
[folly.git] / folly / test / FutexTest.cpp
index 37df56bf3b61c0fa4719dfe6ee7b6de5cd10aad6..eff4d14b5de15afb8db31f4b0fe98ea6f6d658bf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/detail/Futex.h"
-#include "folly/test/DeterministicSchedule.h"
+#include <folly/detail/Futex.h>
+#include <folly/test/DeterministicSchedule.h>
 
 #include <chrono>
 #include <thread>
@@ -180,7 +180,7 @@ TEST(Futex, basic_deterministic) {
 
 int main(int argc, char ** argv) {
   testing::InitGoogleTest(&argc, argv);
-  google::ParseCommandLineFlags(&argc, &argv, true);
+  gflags::ParseCommandLineFlags(&argc, &argv, true);
   return RUN_ALL_TESTS();
 }