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

Unified Diff: content/public/browser/browser_context.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 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;
« no previous file with comments | « content/common/service_worker/embedded_worker_setup.mojom ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698