Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Unified Diff: services/shell/runner/common/client_util.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/shell/runner/child/test_native_service.mojom ('k') | services/shell/runner/common/client_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/shell/runner/child/test_native_service.mojom ('k') | services/shell/runner/common/client_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698