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

Unified Diff: content/browser/service_manager/service_manager_context.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: content/browser/service_manager/service_manager_context.h
diff --git a/content/browser/service_manager/service_manager_context.h b/content/browser/service_manager/service_manager_context.h
index 273ead7f69b0e40598ab4afdbc9f588e8aeee6a0..d2c025c12b4b46bf91f7c82ece6363445d48fdcf 100644
--- a/content/browser/service_manager/service_manager_context.h
+++ b/content/browser/service_manager/service_manager_context.h
@@ -9,7 +9,7 @@
#include "base/memory/ref_counted.h"
#include "content/common/content_export.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -23,8 +23,8 @@ class CONTENT_EXPORT ServiceManagerContext {
ServiceManagerContext();
~ServiceManagerContext();
- // Returns a shell::Connector that can be used on the IO thread.
- static shell::Connector* GetConnectorForIOThread();
+ // Returns a service_manager::Connector that can be used on the IO thread.
+ static service_manager::Connector* GetConnectorForIOThread();
private:
class InProcessServiceManagerContext;
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/service_manager/service_manager_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698