Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index af0f332d6d24b36f9cb685724e9da605463e19a5..d973c26696bb15f405a31549f1ccf2f33affb34b 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -30,7 +30,7 @@ class FilePath; |
class Time; |
} |
-namespace mojo { |
+namespace shell { |
class Connector; |
} |
@@ -158,7 +158,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
// Returns a Connector associated with this BrowserContext, which can be used |
// to connect to Mojo application instances bound to a specific user. |
- static mojo::Connector* GetMojoConnectorFor(BrowserContext* browser_context); |
+ static shell::Connector* GetMojoConnectorFor(BrowserContext* browser_context); |
~BrowserContext() override; |