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

Unified Diff: content/public/test/mock_download_item.h

Issue 10799005: Replace the DownloadFileManager with direct ownership (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed try job problems. 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: content/public/test/mock_download_item.h
diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h
index ee25d5ef225603e091e2dfb5d033c3d302a3d081..f780ddafea342c0666cd5c9e39ed526f92da12fd 100644
--- a/content/public/test/mock_download_item.h
+++ b/content/public/test/mock_download_item.h
@@ -51,8 +51,7 @@ class MockDownloadItem : public content::DownloadItem {
content::DownloadDangerType));
MOCK_METHOD1(OnTargetPathSelected, void(const FilePath&));
MOCK_METHOD1(OnContentCheckCompleted, void(content::DownloadDangerType));
- MOCK_METHOD2(OnIntermediatePathDetermined, void(DownloadFileManager*,
- const FilePath&));
+ MOCK_METHOD1(OnIntermediatePathDetermined, void(const FilePath&));
MOCK_CONST_METHOD0(GetState, DownloadState());
MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
MOCK_CONST_METHOD0(GetURL, const GURL&());

Powered by Google App Engine
This is Rietveld 408576698