Index: content/public/test/mock_download_manager.h |
diff --git a/content/public/test/mock_download_manager.h b/content/public/test/mock_download_manager.h |
index 2e61ee5ea22a917d1bf9d457f43094c3e49e5fcb..3e9674ca44a73c33b1566b4e90a34b1f36e4e09c 100644 |
--- a/content/public/test/mock_download_manager.h |
+++ b/content/public/test/mock_download_manager.h |
@@ -49,10 +49,8 @@ class MockDownloadManager : public content::DownloadManager { |
int64 size, |
const std::string& hash)); |
MOCK_METHOD1(CancelDownload, void(int32 download_id)); |
- MOCK_METHOD4(OnDownloadInterrupted, |
+ MOCK_METHOD2(OnDownloadInterrupted, |
void(int32 download_id, |
- int64 size, |
- const std::string& hash_state, |
content::DownloadInterruptReason reason)); |
MOCK_METHOD2(RemoveDownloadsBetween, int(base::Time remove_begin, |
base::Time remove_end)); |