Index: util/posix/symbolic_constants_posix_test.cc |
diff --git a/util/posix/symbolic_constants_posix_test.cc b/util/posix/symbolic_constants_posix_test.cc |
index a03e8beb116e4ef1ec9c7081c5be7176ba89a870..c80d00d9e522b9e1870c132794a44185f1d37174 100644 |
--- a/util/posix/symbolic_constants_posix_test.cc |
+++ b/util/posix/symbolic_constants_posix_test.cc |
@@ -23,10 +23,10 @@ |
#define NUL_TEST_DATA(string) { string, arraysize(string) - 1 } |
+namespace crashpad { |
+namespace test { |
namespace { |
-using namespace crashpad; |
- |
const struct { |
int signal; |
const char* full_name; |
@@ -252,3 +252,5 @@ TEST(SymbolicConstantsPOSIX, StringToSignal) { |
} |
} // namespace |
+} // namespace test |
+} // namespace crashpad |