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 286176d8a4c2a19ea8df423b536072f35aed15bf..a06296d72dfc4576ae0bf9bf212e2a9219e5df97 100644 |
--- a/content/public/test/mock_download_item.h |
+++ b/content/public/test/mock_download_item.h |
@@ -7,6 +7,9 @@ |
#include <stdint.h> |
+#include <string> |
+#include <vector> |
+ |
#include "base/callback.h" |
#include "base/observer_list.h" |
#include "base/time/time.h" |
@@ -98,7 +101,7 @@ class MockDownloadItem : public DownloadItem { |
MOCK_CONST_METHOD0(GetOpened, bool()); |
MOCK_CONST_METHOD0(GetBrowserContext, BrowserContext*()); |
MOCK_CONST_METHOD0(GetWebContents, WebContents*()); |
- MOCK_METHOD1(OnContentCheckCompleted, void(DownloadDangerType)); |
+ MOCK_METHOD2(OnContentCheckCompleted, void(DownloadDangerType, bool)); |
MOCK_METHOD1(SetOpenWhenComplete, void(bool)); |
MOCK_METHOD1(SetOpened, void(bool)); |
MOCK_METHOD1(SetDisplayName, void(const base::FilePath&)); |