diff options
Diffstat (limited to 'chrome/browser/ui/browser_navigator_browsertest.h')
-rw-r--r-- | chrome/browser/ui/browser_navigator_browsertest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h index 2d056dd..cbce35e 100644 --- a/chrome/browser/ui/browser_navigator_browsertest.h +++ b/chrome/browser/ui/browser_navigator_browsertest.h @@ -10,7 +10,8 @@ #include "content/public/browser/notification_types.h" class Profile; -class TabContentsWrapper; +class TabContents; +typedef TabContents TabContentsWrapper; namespace browser { struct NavigateParams; |