| Index: chrome/browser/extensions/extension_install_dialog.h
|
| diff --git a/chrome/browser/extensions/extension_install_dialog.h b/chrome/browser/extensions/extension_install_dialog.h
|
| index 9aabe0cad9f143dbb66d24811959571574d2e000..d28fc617161c30eb60030edb0a0fe28680847b32 100644
|
| --- a/chrome/browser/extensions/extension_install_dialog.h
|
| +++ b/chrome/browser/extensions/extension_install_dialog.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/string16.h"
|
| -#include "chrome/browser/extensions/extension_install_ui.h"
|
| +#include "chrome/browser/extensions/extension_install_prompt.h"
|
|
|
| class Profile;
|
| class SkBitmap;
|
| @@ -20,12 +20,13 @@ class DictionaryValue;
|
| }
|
|
|
| void ShowExtensionInstallDialog(Profile* profile,
|
| - ExtensionInstallUI::Delegate* delegate,
|
| - const ExtensionInstallUI::Prompt& prompt);
|
| + ExtensionInstallPrompt::Delegate* delegate,
|
| + const ExtensionInstallPrompt::Prompt& prompt);
|
|
|
| // The implementations of this function are platform-specific.
|
| -void ShowExtensionInstallDialogImpl(Profile* profile,
|
| - ExtensionInstallUI::Delegate* delegate,
|
| - const ExtensionInstallUI::Prompt& prompt);
|
| +void ShowExtensionInstallDialogImpl(
|
| + Profile* profile,
|
| + ExtensionInstallPrompt::Delegate* delegate,
|
| + const ExtensionInstallPrompt::Prompt& prompt);
|
|
|
| #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_INSTALL_DIALOG_H_
|
|
|