| Index: content/browser/tab_contents/render_view_host_manager.h
|
| diff --git a/content/browser/tab_contents/render_view_host_manager.h b/content/browser/tab_contents/render_view_host_manager.h
|
| index b32fe7fd7ce991b10425cc1f97904400e01032da..06692136f69090ee6cf3eeef6c8774b80f7f27fb 100644
|
| --- a/content/browser/tab_contents/render_view_host_manager.h
|
| +++ b/content/browser/tab_contents/render_view_host_manager.h
|
| @@ -18,13 +18,13 @@
|
| class InterstitialPageImpl;
|
| class NavigationControllerImpl;
|
| class RenderViewHost;
|
| -class RenderWidgetHostView;
|
| class WebUIImpl;
|
|
|
| namespace content {
|
| class BrowserContext;
|
| class NavigationEntry;
|
| class NavigationEntryImpl;
|
| +class RenderWidgetHostView;
|
| }
|
|
|
| // Manages RenderViewHosts for a TabContents. Normally there is only one and
|
| @@ -115,7 +115,7 @@ class CONTENT_EXPORT RenderViewHostManager
|
|
|
| // Returns the view associated with the current RenderViewHost, or NULL if
|
| // there is no current one.
|
| - RenderWidgetHostView* GetRenderWidgetHostView() const;
|
| + content::RenderWidgetHostView* GetRenderWidgetHostView() const;
|
|
|
| // Returns the pending render view host, or NULL if there is no pending one.
|
| RenderViewHost* pending_render_view_host() const {
|
|
|