Index: content/browser/download/download_item_impl.h |
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h |
index 5c5a0c348bf567b514530c5213fdc52cf23e3f34..c4b1ca8ca328c3a48f8966197e0758db0e41a636 100644 |
--- a/content/browser/download/download_item_impl.h |
+++ b/content/browser/download/download_item_impl.h |
@@ -122,7 +122,6 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem { |
virtual bool GetOpenWhenComplete() const OVERRIDE; |
virtual bool GetAutoOpened() OVERRIDE; |
virtual bool GetOpened() const OVERRIDE; |
- virtual bool MatchesQuery(const string16& query) const OVERRIDE; |
virtual content::DownloadPersistentStoreInfo |
GetPersistentStoreInfo() const OVERRIDE; |
virtual content::BrowserContext* GetBrowserContext() const OVERRIDE; |