| Index: chrome/browser/extensions/extension_install_ui_default.h
|
| diff --git a/chrome/browser/extensions/extension_install_ui_default.h b/chrome/browser/extensions/extension_install_ui_default.h
|
| index 5e37d067a9c1a699c9cadc99507c60fe8a500977..ff2f87c7a81cc369b7fb015bbfa267678c018575 100644
|
| --- a/chrome/browser/extensions/extension_install_ui_default.h
|
| +++ b/chrome/browser/extensions/extension_install_ui_default.h
|
| @@ -10,7 +10,6 @@
|
|
|
| class InfoBarDelegate;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| class ExtensionInstallUIDefault : public ExtensionInstallUI {
|
| public:
|
| @@ -35,7 +34,7 @@ class ExtensionInstallUIDefault : public ExtensionInstallUI {
|
| // Returns the delegate to control the browser's info bar. This is
|
| // within its own function due to its platform-specific nature.
|
| static InfoBarDelegate* GetNewThemeInstalledInfoBarDelegate(
|
| - TabContentsWrapper* tab_contents,
|
| + TabContents* tab_contents,
|
| const extensions::Extension* new_theme,
|
| const std::string& previous_theme_id,
|
| bool previous_using_native_theme);
|
|
|