logging: add a LogHandler registry to LoggerDB
[folly.git] / folly / test / TokenBucketTest.h
index 652d532734cb819f6ee99db8fd0d85465004ddb1..3d6fae3e2bb380abcb8b0c010e44480dd394863e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 #pragma once
 
-#include <gtest/gtest.h>
-
 #include <folly/TokenBucket.h>
+#include <folly/portability/GTest.h>
 
 namespace folly {
 
 struct TokenBucketTest :
     public ::testing::TestWithParam<std::pair<double,double> > {};
 
-} // folly
+} // namespace folly