| Index: util/mac/mac_util_test.mm
|
| diff --git a/util/mac/mac_util_test.mm b/util/mac/mac_util_test.mm
|
| index 5c1366fb53b2bbb60b47c4ce5e98d22345f5c030..7bbba48404ce306068ccbb6cfa1b15d55817b25b 100644
|
| --- a/util/mac/mac_util_test.mm
|
| +++ b/util/mac/mac_util_test.mm
|
| @@ -34,10 +34,10 @@
|
| #undef catch
|
| #endif
|
|
|
| +namespace crashpad {
|
| +namespace test {
|
| namespace {
|
|
|
| -using namespace crashpad;
|
| -
|
| // Runs /usr/bin/sw_vers with a single argument, |argument|, and places the
|
| // command’s standard output into |output| after stripping the trailing newline.
|
| // Fatal gtest assertions report tool failures, which the caller should check
|
| @@ -147,3 +147,5 @@ TEST(MacUtil, MacModelAndBoard) {
|
| }
|
|
|
| } // namespace
|
| +} // namespace test
|
| +} // namespace crashpad
|
|
|