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

Unified Diff: chrome/browser/download/download_browsertest.cc

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/download/download_browsertest.cc
diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
index a0ed0df2b1999abb7d09a0eee5168dbcc3b479d2..700ed45af3840401961c1324b33127e54a56f3e0 100644
--- a/chrome/browser/download/download_browsertest.cc
+++ b/chrome/browser/download/download_browsertest.cc
@@ -169,7 +169,7 @@ class MockAbortExtensionInstallPrompt : public ExtensionInstallPrompt {
}
virtual void OnInstallSuccess(const Extension* extension, SkBitmap* icon) {}
- virtual void OnInstallFailure(const CrxInstallerError& error) {}
+ virtual void OnInstallFailure(const extensions::CrxInstallerError& error) {}
};
// Mock that simulates a permissions dialog where the user allows
@@ -188,7 +188,7 @@ class MockAutoConfirmExtensionInstallPrompt : public ExtensionInstallPrompt {
}
virtual void OnInstallSuccess(const Extension* extension, SkBitmap* icon) {}
- virtual void OnInstallFailure(const CrxInstallerError& error) {}
+ virtual void OnInstallFailure(const extensions::CrxInstallerError& error) {}
};
static DownloadManager* DownloadManagerForBrowser(Browser* browser) {
« no previous file with comments | « chrome/browser/download/chrome_download_manager_delegate.cc ('k') | chrome/browser/download/download_crx_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698