diff options
Diffstat (limited to 'chrome/browser/instant/instant_delegate.h')
-rw-r--r-- | chrome/browser/instant/instant_delegate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h index 21511d4..23a41fb 100644 --- a/chrome/browser/instant/instant_delegate.h +++ b/chrome/browser/instant/instant_delegate.h @@ -9,7 +9,8 @@ #include "base/string16.h" #include "chrome/common/instant_types.h" -class TabContentsWrapper; +class TabContents; +typedef TabContents TabContentsWrapper; namespace gfx { class Rect; |