Index: chrome/browser/extensions/bundle_installer.cc |
diff --git a/chrome/browser/extensions/bundle_installer.cc b/chrome/browser/extensions/bundle_installer.cc |
index 6552cdbcee65c93aff5a9adb915e443a4dd9a28c..5cfa4f0f3152e7cbe29430f50a846a55c67f5b1e 100644 |
--- a/chrome/browser/extensions/bundle_installer.cc |
+++ b/chrome/browser/extensions/bundle_installer.cc |
@@ -267,7 +267,7 @@ void BundleInstaller::ShowPrompt() { |
} else if (g_auto_approve_for_test == ABORT) { |
InstallUIAbort(true); |
} else { |
- install_ui_.reset(new ExtensionInstallUI(profile_)); |
+ install_ui_.reset(new ExtensionInstallPrompt(profile_)); |
install_ui_->ConfirmBundleInstall(this, permissions); |
} |
} |