summaryrefslogtreecommitdiffstats
path: root/content/browser/download/mock_download_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/mock_download_item.h')
-rw-r--r--content/browser/download/mock_download_item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/mock_download_item.h b/content/browser/download/mock_download_item.h
index 905ce8e..a46b7eb 100644
--- a/content/browser/download/mock_download_item.h
+++ b/content/browser/download/mock_download_item.h
@@ -98,7 +98,7 @@ class MockDownloadItem : public content::DownloadItem {
MOCK_CONST_METHOD0(GetLastReason, InterruptReason());
MOCK_CONST_METHOD0(GetPersistentStoreInfo, DownloadPersistentStoreInfo());
MOCK_CONST_METHOD0(GetStateInfo, DownloadStateInfo());
- MOCK_CONST_METHOD0(BrowserContext, content::BrowserContext*());
+ MOCK_CONST_METHOD0(GetBrowserContext, content::BrowserContext*());
MOCK_CONST_METHOD0(GetTabContents, TabContents*());
MOCK_CONST_METHOD0(GetTargetFilePath, FilePath());
MOCK_CONST_METHOD0(GetFileNameToReportUser, FilePath());