| Index: content/browser/mach_broker_mac_unittest.cc
|
| ===================================================================
|
| --- content/browser/mach_broker_mac_unittest.cc (revision 164121)
|
| +++ content/browser/mach_broker_mac_unittest.cc (working copy)
|
| @@ -7,8 +7,6 @@
|
| #include "base/synchronization/lock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace content {
|
| -
|
| class MachBrokerTest : public testing::Test {
|
| public:
|
| // Helper function to acquire/release locks and call |PlaceholderForPid()|.
|
| @@ -60,5 +58,3 @@
|
| FinalizePid(1u, MachBroker::MachInfo().SetTask(100u));
|
| EXPECT_EQ(0u, broker_.TaskForPid(1u));
|
| }
|
| -
|
| -} // namespace content
|
|
|