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

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

Issue 8351052: Created a DownloadManager interface, for use in unit tests.. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Mac & Clang issues. Created 9 years, 1 month 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_file_picker.cc
diff --git a/chrome/browser/download/download_file_picker.cc b/chrome/browser/download/download_file_picker.cc
index c6182dc58a03b38f47e1f90a1c5ac0bb0898d338..3649a9d7aed728446358942f02cf469c2d8480b3 100644
--- a/chrome/browser/download/download_file_picker.cc
+++ b/chrome/browser/download/download_file_picker.cc
@@ -13,7 +13,7 @@
#include "ui/base/l10n/l10n_util.h"
DownloadFilePicker::DownloadFilePicker(
- DownloadManager* download_manager,
+ DownloadManagerInterface* download_manager,
TabContents* tab_contents,
const FilePath& suggested_path,
void* params)

Powered by Google App Engine
This is Rietveld 408576698