| Index: chrome/browser/extensions/extension_install_ui.h
|
| diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h
|
| index 1f46eec4627fceb99a061357cc7e7ad006e4078e..d9001099ecb7680e9e289c382ba8be14fb23b764 100644
|
| --- a/chrome/browser/extensions/extension_install_ui.h
|
| +++ b/chrome/browser/extensions/extension_install_ui.h
|
| @@ -24,7 +24,6 @@ class MessageLoop;
|
| class Profile;
|
| class InfoBarDelegate;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -260,7 +259,7 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer {
|
| // 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);
|
|
|