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 4ba9706b01f61356b3cfb37cb2c32f0060c708e3..66c344ccad0c741b87b3f96c26c90f56a09b6787 100644 |
--- a/content/public/test/mock_download_item.h |
+++ b/content/public/test/mock_download_item.h |
@@ -82,7 +82,6 @@ class MockDownloadItem : public DownloadItem { |
MOCK_CONST_METHOD0(GetOpenWhenComplete, bool()); |
MOCK_METHOD0(GetAutoOpened, bool()); |
MOCK_CONST_METHOD0(GetOpened, bool()); |
- MOCK_CONST_METHOD1(MatchesQuery, bool(const string16& query)); |
MOCK_CONST_METHOD0(GetPersistentStoreInfo, DownloadPersistentStoreInfo()); |
MOCK_CONST_METHOD0(GetBrowserContext, BrowserContext*()); |
MOCK_CONST_METHOD0(GetWebContents, WebContents*()); |