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

Unified Diff: chrome/browser/extensions/extension_install_prompt.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_prompt.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index f38e8f02d588848e047c54789dfb76344f9314d9..632cdb3318bca8d953374c0d2bb0aa27aac5b375 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -235,7 +235,7 @@ class ExtensionInstallPrompt : public ImageLoadingTracker::Observer,
SkBitmap* icon);
// Installation failed. This is declared virtual for testing.
- virtual void OnInstallFailure(const CrxInstallerError& error);
+ virtual void OnInstallFailure(const extensions::CrxInstallerError& error);
// ImageLoadingTracker::Observer:
virtual void OnImageLoaded(const gfx::Image& image,
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/browser/extensions/extension_install_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698