| Index: services/shell/runner/common/client_util.h
|
| diff --git a/services/shell/runner/common/client_util.h b/services/shell/runner/common/client_util.h
|
| index c042b50506a064d608d257e115a356708d0470f9..d1ff4ff3be879519a20d4a16eb669bb823607a04 100644
|
| --- a/services/shell/runner/common/client_util.h
|
| +++ b/services/shell/runner/common/client_util.h
|
| @@ -11,7 +11,6 @@ namespace base {
|
| class CommandLine;
|
| }
|
|
|
| -namespace mojo {
|
| namespace shell {
|
|
|
| // Creates a new ShellClient pipe and returns one end of it. The other end is
|
| @@ -27,6 +26,5 @@ mojom::ShellClientPtr PassShellClientRequestOnCommandLine(
|
| mojom::ShellClientRequest GetShellClientRequestFromCommandLine();
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
|
|
| #endif // SERVICES_SHELL_RUNNER_COMMON_CLIENT_UTIL_H_
|
|
|