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

Unified Diff: content/public/renderer/content_renderer_client.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
« no previous file with comments | « content/public/gpu/content_gpu_client.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 14d85506bf142819d1b5ed5591806ddbeef7ffe0..fc9fba976e11aa881a72f684acde793715aef9d9 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -71,7 +71,7 @@ class MediaLog;
class RendererFactory;
}
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
}
@@ -368,7 +368,7 @@ class CONTENT_EXPORT ContentRendererClient {
// Allows the client to expose interfaces from the renderer process to the
// browser process via |registry|.
virtual void ExposeInterfacesToBrowser(
- shell::InterfaceRegistry* interface_registry) {}
+ service_manager::InterfaceRegistry* interface_registry) {}
// Overwrites the given URL to use an HTML5 embed if possible.
// An empty URL is returned if the URL is not overriden.
« no previous file with comments | « content/public/gpu/content_gpu_client.h ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698