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

Unified Diff: content/public/browser/render_frame_host.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/browser/gpu_service_registry.cc ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_frame_host.h
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
index 2d44e2c7c6af9677cc687f5a655e66ac94b99e80..35971e038e1221e9133a854d4fb321de69df5a0f 100644
--- a/content/public/browser/render_frame_host.h
+++ b/content/public/browser/render_frame_host.h
@@ -24,7 +24,7 @@ namespace base {
class Value;
}
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
class InterfaceProvider;
}
@@ -187,11 +187,11 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
// Returns the InterfaceRegistry that this process uses to expose interfaces
// to the application running in this frame.
- virtual shell::InterfaceRegistry* GetInterfaceRegistry() = 0;
+ virtual service_manager::InterfaceRegistry* GetInterfaceRegistry() = 0;
// Returns the InterfaceProvider that this process can use to bind
// interfaces exposed to it by the application running in this frame.
- virtual shell::InterfaceProvider* GetRemoteInterfaces() = 0;
+ virtual service_manager::InterfaceProvider* GetRemoteInterfaces() = 0;
// Returns the AssociatedInterfaceProvider that this process can use to access
// remote frame-specific Channel-associated interfaces for this frame.
« no previous file with comments | « content/public/browser/gpu_service_registry.cc ('k') | content/public/browser/render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698