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

Unified Diff: services/service_manager/public/cpp/lib/identity.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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
Index: services/service_manager/public/cpp/lib/identity.cc
diff --git a/services/service_manager/public/cpp/lib/identity.cc b/services/service_manager/public/cpp/lib/identity.cc
index 042ac142be37e416a886251ab4705b2067861ff2..241b3f48e024a411abc6394878dc843634aa1505 100644
--- a/services/service_manager/public/cpp/lib/identity.cc
+++ b/services/service_manager/public/cpp/lib/identity.cc
@@ -7,7 +7,7 @@
#include "base/guid.h"
#include "services/service_manager/public/cpp/names.h"
-namespace shell {
+namespace service_manager {
Identity::Identity() {}
@@ -40,4 +40,4 @@ bool Identity::operator==(const Identity& other) const {
other.user_id_ == user_id_;
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/public/cpp/lib/connector_impl.cc ('k') | services/service_manager/public/cpp/lib/init_commandline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698