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

Unified Diff: services/service_manager/public/cpp/lib/connector_impl.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/connector_impl.cc
diff --git a/services/service_manager/public/cpp/lib/connector_impl.cc b/services/service_manager/public/cpp/lib/connector_impl.cc
index 64c00008f649a9ee7ae52a6d50aa26dc3449f2f5..8dc32f13de45ebd74e52198ce375b8f2c11637cd 100644
--- a/services/service_manager/public/cpp/lib/connector_impl.cc
+++ b/services/service_manager/public/cpp/lib/connector_impl.cc
@@ -8,7 +8,7 @@
#include "services/service_manager/public/cpp/identity.h"
#include "services/service_manager/public/cpp/lib/connection_impl.h"
-namespace shell {
+namespace service_manager {
Connector::ConnectParams::ConnectParams(const Identity& target)
: target_(target) {}
@@ -122,4 +122,4 @@ std::unique_ptr<Connector> Connector::Create(mojom::ConnectorRequest* request) {
return base::MakeUnique<ConnectorImpl>(proxy.PassInterface());
}
-} // namespace shell
+} // namespace service_manager
« no previous file with comments | « services/service_manager/public/cpp/lib/connector_impl.h ('k') | services/service_manager/public/cpp/lib/identity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698