Index: chrome/browser/extensions/bundle_installer.cc |
diff --git a/chrome/browser/extensions/bundle_installer.cc b/chrome/browser/extensions/bundle_installer.cc |
index e7ffe37cebf5f8eea9d7ea2de51ab4987d19ebce..02d82ad958b7755c961951434c6b10c959bad7b2 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); |
} |
} |