Index: content/browser/download/download_manager_impl_unittest.cc |
diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc |
index 2e9eff427e952d155d92ac84215a3f7ce57815b4..edba9c962e96af49f2d2b2b20437f0ef4d1ba7bb 100644 |
--- a/content/browser/download/download_manager_impl_unittest.cc |
+++ b/content/browser/download/download_manager_impl_unittest.cc |
@@ -25,6 +25,7 @@ |
#include "content/browser/download/download_request_handle.h" |
#include "content/browser/download/mock_download_file.h" |
#include "content/public/browser/browser_context.h" |
+#include "content/public/browser/cookie_store_factory.h" |
#include "content/public/browser/download_interrupt_reasons.h" |
#include "content/public/browser/download_item.h" |
#include "content/public/browser/download_manager_delegate.h" |
@@ -387,6 +388,7 @@ class MockBrowserContext : public BrowserContext { |
MOCK_CONST_METHOD0(GetPath, base::FilePath()); |
MOCK_CONST_METHOD0(IsOffTheRecord, bool()); |
+ MOCK_METHOD0(GetCookieStoreConfig, CookieStoreConfig()); |
MOCK_METHOD0(GetRequestContext, net::URLRequestContextGetter*()); |
MOCK_METHOD1(GetRequestContextForRenderProcess, |
net::URLRequestContextGetter*(int renderer_child_id)); |