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

Unified Diff: services/service_manager/public/cpp/interface_factory.h

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/interface_factory.h
diff --git a/services/service_manager/public/cpp/interface_factory.h b/services/service_manager/public/cpp/interface_factory.h
index f739be87281090d03943e684c458c71b28be31f9..c0c599071739fe46367843b34573665d2539f274 100644
--- a/services/service_manager/public/cpp/interface_factory.h
+++ b/services/service_manager/public/cpp/interface_factory.h
@@ -7,7 +7,7 @@
#include "mojo/public/cpp/bindings/interface_request.h"
-namespace shell {
+namespace service_manager {
class Identity;
@@ -23,6 +23,6 @@ class InterfaceFactory {
mojo::InterfaceRequest<Interface> request) = 0;
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_INTERFACE_FACTORY_H_
« no previous file with comments | « services/service_manager/public/cpp/interface_binder.h ('k') | services/service_manager/public/cpp/interface_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698