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

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: 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.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index 643757303b83465c2dd72ae272afcc26f74781c2..063dbcb03723a8c9590035befc69274a22c89b73 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -219,7 +219,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,

Powered by Google App Engine
This is Rietveld 408576698