Index: cc/hash_pair_unittest.cc |
diff --git a/cc/hash_pair_unittest.cc b/cc/hash_pair_unittest.cc |
index eab193072a55b16ee50790e84e86818ed2cb9ef7..a3218ec9cd69a34026b349d43b713601999a7e51 100644 |
--- a/cc/hash_pair_unittest.cc |
+++ b/cc/hash_pair_unittest.cc |
@@ -5,6 +5,8 @@ |
#include "cc/hash_pair.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+namespace { |
+ |
class HashPairTest : public testing::Test { |
}; |
@@ -58,3 +60,5 @@ TEST_F(HashPairTest, IntegerPairs) { |
INSERT_PAIR_TEST(Int64Int32Pair, 9, (1 << 29) + 378128932); |
INSERT_PAIR_TEST(Int64Int64Pair, 10, (1LL << 60) + 78931732321); |
} |
+ |
+} // anonymous namespace |