Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1981)

Unified Diff: chrome/browser/extensions/extension_install_prompt.cc

Issue 10683003: Moved CrxInstaller and CrxInstallerError into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_install_prompt.cc
diff --git a/chrome/browser/extensions/extension_install_prompt.cc b/chrome/browser/extensions/extension_install_prompt.cc
index 9e6f36e44b03f9061b0092b78200c444339732e6..f1336e58467214bab364dae33373244cc8f7d70e 100644
--- a/chrome/browser/extensions/extension_install_prompt.cc
+++ b/chrome/browser/extensions/extension_install_prompt.cc
@@ -372,7 +372,8 @@ void ExtensionInstallPrompt::OnInstallSuccess(const Extension* extension,
install_ui_->OnInstallSuccess(extension, &icon_);
}
-void ExtensionInstallPrompt::OnInstallFailure(const CrxInstallerError& error) {
+void ExtensionInstallPrompt::OnInstallFailure(
+ const extensions::CrxInstallerError& error) {
install_ui_->OnInstallFailure(error);
}

Powered by Google App Engine
This is Rietveld 408576698