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

Unified Diff: content/public/browser/browser_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/public/browser/browser_context.h
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index 5fee479b008cc314aa1661b710901caeba74912a..377eebd4f21dc654a8efbf1deed23e779c9c4ab3 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -30,7 +30,7 @@ class FilePath;
class Time;
}
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -166,7 +166,8 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
// Returns a Connector associated with this BrowserContext, which can be used
// to connect to service instances bound as this user.
- static shell::Connector* GetConnectorFor(BrowserContext* browser_context);
+ static service_manager::Connector* GetConnectorFor(
+ BrowserContext* browser_context);
static ServiceManagerConnection* GetServiceManagerConnectionFor(
BrowserContext* browser_context);
« no previous file with comments | « content/public/browser/browser_child_process_host.h ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698