| Index: content/browser/download/mock_download_item.h
|
| diff --git a/content/browser/download/mock_download_item.h b/content/browser/download/mock_download_item.h
|
| index 4a4ad84389c8ca9cc58329973f7399bde5d2a643..1be6d2e0815a633d36e0af743203f9095f4a01f5 100644
|
| --- a/content/browser/download/mock_download_item.h
|
| +++ b/content/browser/download/mock_download_item.h
|
| @@ -96,6 +96,7 @@ class MockDownloadItem : public 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(GetTabContents, TabContents*());
|
| MOCK_CONST_METHOD0(GetTargetFilePath, FilePath());
|
| MOCK_CONST_METHOD0(GetFileNameToReportUser, FilePath());
|
|
|