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 4893bf36191505b322571ba7f3f88e0392da7a7b..1b6c59127529b80b1218296112f2c0bcf3e5c6a9 100644 |
--- a/content/browser/download/download_manager_impl_unittest.cc |
+++ b/content/browser/download/download_manager_impl_unittest.cc |
@@ -379,6 +379,8 @@ class MockBrowserContext : public content::BrowserContext { |
net::URLRequestContextGetter*()); |
MOCK_METHOD1(GetMediaRequestContextForRenderProcess, |
net::URLRequestContextGetter*(int renderer_child_id)); |
+ MOCK_METHOD1(GetMediaRequestContextForStoragePartition, |
+ net::URLRequestContextGetter*(const std::string& id)); |
MOCK_METHOD0(GetResourceContext, content::ResourceContext*()); |
MOCK_METHOD0(GetDownloadManagerDelegate, content::DownloadManagerDelegate*()); |
MOCK_METHOD0(GetGeolocationPermissionContext, |