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 8578f5ea39995b87ea355601f1cb58e3bb4641d3..6dfbf02d7247f767cf84d96d26d2b17ef0f2e7f5 100644 |
--- a/content/public/test/mock_download_item.h |
+++ b/content/public/test/mock_download_item.h |
@@ -60,6 +60,7 @@ class MockDownloadItem : public DownloadItem { |
MOCK_CONST_METHOD0(GetHash, const std::string&()); |
MOCK_CONST_METHOD0(GetHashState, const std::string&()); |
MOCK_CONST_METHOD0(GetFileExternallyRemoved, bool()); |
+ MOCK_METHOD0(DeleteFile, void()); |
MOCK_CONST_METHOD0(IsDangerous, bool()); |
MOCK_CONST_METHOD0(GetDangerType, DownloadDangerType()); |
MOCK_CONST_METHOD1(TimeRemaining, bool(base::TimeDelta*)); |