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

Unified Diff: services/shell/public/cpp/lib/shell_client.cc

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/lib/names.cc ('k') | services/shell/public/cpp/lib/shell_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/shell_client.cc
diff --git a/services/shell/public/cpp/lib/shell_client.cc b/services/shell/public/cpp/lib/shell_client.cc
index 3619bacbb3d42e93492e3ecf61ff6cee3779ebba..562d6ee46c444f738ce7e89af4d67c6b42b866c7 100644
--- a/services/shell/public/cpp/lib/shell_client.cc
+++ b/services/shell/public/cpp/lib/shell_client.cc
@@ -4,7 +4,7 @@
#include "services/shell/public/cpp/shell_client.h"
-namespace mojo {
+namespace shell {
ShellClient::ShellClient() {}
ShellClient::~ShellClient() {}
@@ -19,4 +19,4 @@ bool ShellClient::AcceptConnection(Connection* connection) {
bool ShellClient::ShellConnectionLost() { return true; }
-} // namespace mojo
+} // namespace shell
« no previous file with comments | « services/shell/public/cpp/lib/names.cc ('k') | services/shell/public/cpp/lib/shell_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698