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

Unified Diff: services/shell/public/cpp/lib/names.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/message_loop_ref.cc ('k') | services/shell/public/cpp/lib/shell_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/names.cc
diff --git a/services/shell/public/cpp/lib/names.cc b/services/shell/public/cpp/lib/names.cc
index 210a121926baea53dd4757a654abe294cccc0f5a..49122223e82f9e872cb97c9e2e317218f4b3a38c 100644
--- a/services/shell/public/cpp/lib/names.cc
+++ b/services/shell/public/cpp/lib/names.cc
@@ -7,7 +7,7 @@
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"
-namespace mojo {
+namespace shell {
const char kNameType_Mojo[] = "mojo";
const char kNameType_Exe[] = "exe";
@@ -43,4 +43,4 @@ std::string GetNamePath(const std::string& name) {
return parts.back();
}
-} // namespace mojo
+} // namespace shell
« no previous file with comments | « services/shell/public/cpp/lib/message_loop_ref.cc ('k') | services/shell/public/cpp/lib/shell_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698