Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index d0422d8185a16d2fc779309d74c415c1f8b021ea..b3937536bf012c329ed2cb11daa488341a1fabfb 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -3794,7 +3794,7 @@ void Browser::OnInstallApplication(TabContents* source, |
scoped_refptr<CrxInstaller> installer(CrxInstaller::Create( |
extension_service, |
extension_service->show_extensions_prompts() ? |
- new ExtensionInstallUI(profile()) : NULL)); |
+ new ExtensionInstallPrompt(profile()) : NULL)); |
installer->InstallWebApp(web_app); |
} |