Index: snapshot/cpu_context_mac_test.cc |
diff --git a/snapshot/cpu_context_mac_test.cc b/snapshot/cpu_context_mac_test.cc |
index 16aab4a6fc9fec7aadf4c388ce97df7872c54746..a214a31ebe4b2ec9302828ea85b2ea4906c927a2 100644 |
--- a/snapshot/cpu_context_mac_test.cc |
+++ b/snapshot/cpu_context_mac_test.cc |
@@ -18,10 +18,10 @@ |
#include "gtest/gtest.h" |
+namespace crashpad { |
+namespace test { |
namespace { |
-using namespace crashpad; |
- |
#if defined(ARCH_CPU_X86_FAMILY) |
TEST(CPUContextMac, InitializeContextX86) { |
@@ -417,3 +417,5 @@ TEST(CPUContextMac, InitializeContextX86_64) { |
#endif |
} // namespace |
+} // namespace test |
+} // namespace crashpad |