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

Unified Diff: services/shell/public/cpp/shell_client.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/public/cpp/shell.h ('k') | services/shell/public/cpp/shell_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/shell_client.h
diff --git a/services/shell/public/cpp/shell_client.h b/services/shell/public/cpp/shell_client.h
index 1c9f4e4a13dd444a424a250b932a71fdf8ccb01d..d9513b76e108e3454d445e331cc4e8d558d6d976 100644
--- a/services/shell/public/cpp/shell_client.h
+++ b/services/shell/public/cpp/shell_client.h
@@ -12,7 +12,7 @@
#include "services/shell/public/cpp/connection.h"
#include "services/shell/public/cpp/identity.h"
-namespace mojo {
+namespace shell {
class Connector;
@@ -55,6 +55,6 @@ class ShellClient {
DISALLOW_COPY_AND_ASSIGN(ShellClient);
};
-} // namespace mojo
+} // namespace shell
#endif // SERVICES_SHELL_PUBLIC_CPP_SHELL_CLIENT_H_
« no previous file with comments | « services/shell/public/cpp/shell.h ('k') | services/shell/public/cpp/shell_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698