diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index ff5171a..a155ad2 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -41,6 +41,7 @@ class JavaScriptDialogCreator; class RenderViewHost; class RenderViewHostImpl; class SiteInstance; +class TestWebContents; class WebContentsDelegate; class WebContentsObserver; class WebContentsView; @@ -389,8 +390,8 @@ class CONTENT_EXPORT TabContents // So InterstitialPageImpl can access SetIsLoading. friend class InterstitialPageImpl; - // TODO(brettw) TestTabContents shouldn't exist! - friend class TestTabContents; + // TODO(brettw) TestWebContents shouldn't exist! + friend class content::TestWebContents; // Callback function when showing JS dialogs. void OnDialogClosed(content::RenderViewHost* rvh, |