| 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 fee89ccb9af5fd8827dbf3c5c97fcea784213afa..72cbc18bbafaea6d07ae5e29f5e9c42fc69c5d0a 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -29,7 +29,7 @@ class Value;
|
| }
|
|
|
| namespace service_manager {
|
| -class InterfaceRegistry;
|
| +class BinderRegistry;
|
| class InterfaceProvider;
|
| }
|
|
|
| @@ -178,9 +178,9 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
|
| // RenderViewHost for this frame.
|
| virtual RenderViewHost* GetRenderViewHost() = 0;
|
|
|
| - // Returns the InterfaceRegistry that this process uses to expose interfaces
|
| + // Returns the BinderRegistry that this process uses to expose interfaces
|
| // to the application running in this frame.
|
| - virtual service_manager::InterfaceRegistry* GetInterfaceRegistry() = 0;
|
| + virtual service_manager::BinderRegistry* GetInterfaceRegistry() = 0;
|
|
|
| // Returns the InterfaceProvider that this process can use to bind
|
| // interfaces exposed to it by the application running in this frame.
|
|
|