diff options
Diffstat (limited to 'content/browser/tab_contents/render_view_host_manager.h')
-rw-r--r-- | content/browser/tab_contents/render_view_host_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/tab_contents/render_view_host_manager.h b/content/browser/tab_contents/render_view_host_manager.h index 8f710e5..89462f6 100644 --- a/content/browser/tab_contents/render_view_host_manager.h +++ b/content/browser/tab_contents/render_view_host_manager.h @@ -26,6 +26,7 @@ class NavigationEntryImpl; class RenderViewHost; class RenderViewHostImpl; class RenderWidgetHostView; +class TestWebContents; } // Manages RenderViewHosts for a TabContents. Normally there is only one and @@ -200,7 +201,7 @@ class CONTENT_EXPORT RenderViewHostManager bool IsSwappedOut(content::RenderViewHost* rvh); private: - friend class TestTabContents; + friend class content::TestWebContents; friend class RenderViewHostManagerTest; // Returns whether this tab should transition to a new renderer for |