| 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 9f327e99e53777ea0a9c5c6bb38039c6810fd2a9..a15fa46def59a5c3c918b871ec498fd7f6140607 100644
|
| --- a/content/public/test/mock_download_item.h
|
| +++ b/content/public/test/mock_download_item.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_ITEM_H_
|
| #define CONTENT_PUBLIC_TEST_MOCK_DOWNLOAD_ITEM_H_
|
|
|
| +#include "base/time.h"
|
| #include "content/public/browser/download_id.h"
|
| #include "content/public/browser/download_interrupt_reasons.h"
|
| #include "content/public/browser/download_item.h"
|
| -#include "content/public/browser/download_persistent_store_info.h"
|
| +#include "googleurl/src/gurl.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -89,7 +90,6 @@ class MockDownloadItem : public DownloadItem {
|
| MOCK_CONST_METHOD0(GetLastModifiedTime, const std::string&());
|
| MOCK_CONST_METHOD0(GetETag, const std::string&());
|
| MOCK_CONST_METHOD0(GetLastReason, DownloadInterruptReason());
|
| - MOCK_CONST_METHOD0(GetPersistentStoreInfo, DownloadPersistentStoreInfo());
|
| MOCK_CONST_METHOD0(GetBrowserContext, BrowserContext*());
|
| MOCK_CONST_METHOD0(GetWebContents, WebContents*());
|
| MOCK_CONST_METHOD0(GetFileNameToReportUser, FilePath());
|
|
|