| Index: chrome/browser/extensions/extension_tab_helper_delegate.h
|
| diff --git a/chrome/browser/extensions/extension_tab_helper_delegate.h b/chrome/browser/extensions/extension_tab_helper_delegate.h
|
| index ac26f4e338b1de5104da5eecb8bf15b5e2c5b774..e7b082747809af7e63730c803b0da54d0a787696 100644
|
| --- a/chrome/browser/extensions/extension_tab_helper_delegate.h
|
| +++ b/chrome/browser/extensions/extension_tab_helper_delegate.h
|
| @@ -8,7 +8,8 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
| struct WebApplicationInfo;
|
|
|
| // Objects implement this interface to get notified about changes in the
|
|
|