| Index: chrome/browser/ui/browser_navigator_browsertest.h
|
| diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h
|
| index cbce35eb13f36e989e33d6a5d3c55d690be1442d..b6ba342c68af37e341812f1f22f81375db12ef25 100644
|
| --- a/chrome/browser/ui/browser_navigator_browsertest.h
|
| +++ b/chrome/browser/ui/browser_navigator_browsertest.h
|
| @@ -11,7 +11,6 @@
|
|
|
| class Profile;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| namespace browser {
|
| struct NavigateParams;
|
| @@ -29,7 +28,7 @@ class BrowserNavigatorTest : public InProcessBrowserTest,
|
| Browser* CreateEmptyBrowserForType(Browser::Type type, Profile* profile);
|
| Browser* CreateEmptyBrowserForApp(Browser::Type type, Profile* profile);
|
|
|
| - TabContentsWrapper* CreateTabContents();
|
| + TabContents* CreateTabContents();
|
|
|
| void RunSuppressTest(WindowOpenDisposition disposition);
|
| void RunUseNonIncognitoWindowTest(const GURL& url);
|
|
|