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

Unified Diff: chrome/browser/extensions/extension_install_ui_default.h

Issue 10683003: Moved CrxInstaller and CrxInstallerError into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest-er master Created 8 years, 5 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_ui_default.h
diff --git a/chrome/browser/extensions/extension_install_ui_default.h b/chrome/browser/extensions/extension_install_ui_default.h
index 0a5a3291cf28fb7d15c0faa1601b6bf30027bf89..95f36518f5300531a75aa15d80a5b90f2aefde01 100644
--- a/chrome/browser/extensions/extension_install_ui_default.h
+++ b/chrome/browser/extensions/extension_install_ui_default.h
@@ -19,7 +19,8 @@ class ExtensionInstallUIDefault : public ExtensionInstallUI {
// ExtensionInstallUI implementation:
virtual void OnInstallSuccess(const extensions::Extension* extension,
SkBitmap* icon) OVERRIDE;
- virtual void OnInstallFailure(const CrxInstallerError& error) OVERRIDE;
+ virtual void OnInstallFailure(
+ const extensions::CrxInstallerError& error) OVERRIDE;
virtual void SetSkipPostInstallUI(bool skip_ui) OVERRIDE;
virtual void SetUseAppInstalledBubble(bool use_bubble) OVERRIDE;
« no previous file with comments | « chrome/browser/extensions/extension_install_ui_android.cc ('k') | chrome/browser/extensions/extension_install_ui_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698