Index: util/numeric/int128_test.cc |
diff --git a/util/numeric/int128_test.cc b/util/numeric/int128_test.cc |
index 0fbf2c229ede138356ab275b4d3f2b4c16446115..e2f02a4349dea80b1f57399e3263da00973b0084 100644 |
--- a/util/numeric/int128_test.cc |
+++ b/util/numeric/int128_test.cc |
@@ -17,10 +17,10 @@ |
#include "base/basictypes.h" |
#include "gtest/gtest.h" |
+namespace crashpad { |
+namespace test { |
namespace { |
-using namespace crashpad; |
- |
TEST(Int128, UInt128) { |
#if defined(ARCH_CPU_LITTLE_ENDIAN) |
const uint8_t kBytes[] = |
@@ -40,3 +40,5 @@ TEST(Int128, UInt128) { |
} |
} // namespace |
+} // namespace test |
+} // namespace crashpad |