| Index: chrome/browser/plugin_observer.h
|
| diff --git a/chrome/browser/plugin_observer.h b/chrome/browser/plugin_observer.h
|
| index 3861f76716a85aec4ca09808d0d13e6a3f3e17cb..70d4bab3659e8422001477df3dc79c90e31d6a75 100644
|
| --- a/chrome/browser/plugin_observer.h
|
| +++ b/chrome/browser/plugin_observer.h
|
| @@ -16,7 +16,8 @@
|
| class GURL;
|
| class InfoBarDelegate;
|
| class PluginFinder;
|
| -class TabContentsWrapper;
|
| +class TabContents;
|
| +typedef TabContents TabContentsWrapper;
|
|
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
| class PluginInstaller;
|
|
|