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

Unified Diff: services/shell/runner/host/child_process_base.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/host/child_process.cc ('k') | services/shell/runner/host/child_process_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/runner/host/child_process_base.h
diff --git a/services/shell/runner/host/child_process_base.h b/services/shell/runner/host/child_process_base.h
index a1600cdf42632fa36a28bef8772eddf7f5f1c7d3..367cf88c3db8172dd01ae044b4eac93c46a32a5a 100644
--- a/services/shell/runner/host/child_process_base.h
+++ b/services/shell/runner/host/child_process_base.h
@@ -8,7 +8,6 @@
#include "base/callback.h"
#include "services/shell/public/interfaces/shell_client.mojom.h"
-namespace mojo {
namespace shell {
// Child processes call this to establish the connection to the shell and obtain
@@ -18,6 +17,5 @@ using RunCallback = base::Callback<void(mojom::ShellClientRequest)>;
void ChildProcessMain(const RunCallback& callback);
} // namespace shell
-} // namespace mojo
#endif // SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_
« no previous file with comments | « services/shell/runner/host/child_process.cc ('k') | services/shell/runner/host/child_process_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698