| Index: services/shell/runner/host/mach_broker.cc
|
| diff --git a/services/shell/runner/host/mach_broker.cc b/services/shell/runner/host/mach_broker.cc
|
| index fd3f0fb182be69d119f68a48f01b38ba89aaea0d..7f1cd45fa0d808579f9db040dbf13e8f21506e57 100644
|
| --- a/services/shell/runner/host/mach_broker.cc
|
| +++ b/services/shell/runner/host/mach_broker.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
|
|
| -namespace mojo {
|
| namespace shell {
|
|
|
| namespace {
|
| @@ -42,4 +41,3 @@ void MachBroker::RemovePid(base::ProcessHandle pid) {
|
| }
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
|
|