Fix copyright lines
[folly.git] / folly / test / BenchmarkTest.cpp
index 462849fb9bc9f82e049fbfccd31103f46bf14dc6..1291c741a35ae74540231da28b4999f2c3841dfd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2012-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,8 +15,8 @@
  */
 
 #include <folly/Benchmark.h>
-#include <folly/Foreach.h>
 #include <folly/String.h>
+#include <folly/container/Foreach.h>
 #include <algorithm>
 #include <iostream>
 #include <numeric>
@@ -155,7 +155,7 @@ class NonTrivialLong {
   long value_;
   long otherStuff_[3];
 };
-}
+} // namespace
 
 BENCHMARK(optimizerCanDiscardNonTrivial, n) {
   NonTrivialLong x(0);