diff options
Diffstat (limited to 'chrome/browser/ui/browser_navigator_browsertest.h')
-rw-r--r-- | chrome/browser/ui/browser_navigator_browsertest.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h index 2a10152..4fbf814 100644 --- a/chrome/browser/ui/browser_navigator_browsertest.h +++ b/chrome/browser/ui/browser_navigator_browsertest.h @@ -10,12 +10,15 @@ #include "content/public/browser/notification_types.h" class Profile; -class TabContents; namespace chrome { struct NavigateParams; } +namespace content { +class WebContents; +} + // Browsertest class for testing the browser navigation. It is also a base class // for the |BrowserGuestModeNavigation| which tests navigation while in guest // mode. @@ -28,7 +31,7 @@ class BrowserNavigatorTest : public InProcessBrowserTest, Browser* CreateEmptyBrowserForType(Browser::Type type, Profile* profile); Browser* CreateEmptyBrowserForApp(Browser::Type type, Profile* profile); - TabContents* CreateTabContents(); + content::WebContents* CreateWebContents(); void RunSuppressTest(WindowOpenDisposition disposition); void RunUseNonIncognitoWindowTest(const GURL& url); |