| 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 b8fa796f8c1f3ca3277411c14b0dbcf2684a4ead..4ef41750a408c22de92fcbf4458c46085223b3db 100644
|
| --- a/content/public/browser/render_frame_host.h
|
| +++ b/content/public/browser/render_frame_host.h
|
| @@ -24,10 +24,10 @@ class Value;
|
| }
|
|
|
| namespace content {
|
| +class BrowserServiceRegistry;
|
| class RenderProcessHost;
|
| class RenderViewHost;
|
| class RenderWidgetHostView;
|
| -class ServiceRegistry;
|
| class SiteInstance;
|
|
|
| // The interface provides a communication conduit with a frame in the renderer.
|
| @@ -177,7 +177,7 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
|
| virtual RenderViewHost* GetRenderViewHost() = 0;
|
|
|
| // Returns the ServiceRegistry for this frame.
|
| - virtual ServiceRegistry* GetServiceRegistry() = 0;
|
| + virtual BrowserServiceRegistry* GetServiceRegistry() = 0;
|
|
|
| // Returns the visibility state of the frame. The different visibility states
|
| // of a frame are defined in Blink.
|
|
|