Index: content/test/mock_download_manager.h |
diff --git a/content/test/mock_download_manager.h b/content/test/mock_download_manager.h |
index be946b57eb65a8ae0497b24fdac5b8d58c86e602..d5ca6d09645eefbf541f8613af0c45e6248c0253 100644 |
--- a/content/test/mock_download_manager.h |
+++ b/content/test/mock_download_manager.h |
@@ -67,7 +67,7 @@ class MockDownloadManager : public content::DownloadManager { |
MOCK_CONST_METHOD0(InProgressCount, int()); |
MOCK_CONST_METHOD0(GetBrowserContext, content::BrowserContext*()); |
MOCK_METHOD0(LastDownloadPath, FilePath()); |
- MOCK_METHOD2(CreateDownloadItem, void( |
+ MOCK_METHOD2(CreateDownloadItem, net::BoundNetLog( |
DownloadCreateInfo* info, |
const DownloadRequestHandle& request_handle)); |
MOCK_METHOD4(CreateSavePackageDownloadItem, content::DownloadItem*( |