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 091a7f8e6b763cb0d061799fd82e7d45c6ddc404..ef237770bcbe68262bc22aee03f88153458336fb 100644 |
--- a/content/browser/download/download_manager_impl_unittest.cc |
+++ b/content/browser/download/download_manager_impl_unittest.cc |
@@ -76,6 +76,8 @@ class MockDownloadItemImpl : public DownloadItemImpl { |
base::FilePath(), |
std::vector<GURL>(), |
GURL(), |
+ "application/octet-stream", |
+ "application/octet-stream", |
base::Time(), |
base::Time(), |
std::string(), |
@@ -234,6 +236,8 @@ class MockDownloadItemFactory |
const base::FilePath& target_path, |
const std::vector<GURL>& url_chain, |
const GURL& referrer_url, |
+ const std::string& mime_type, |
+ const std::string& original_mime_type, |
const base::Time& start_time, |
const base::Time& end_time, |
const std::string& etag, |
@@ -299,6 +303,8 @@ DownloadItemImpl* MockDownloadItemFactory::CreatePersistedItem( |
const base::FilePath& target_path, |
const std::vector<GURL>& url_chain, |
const GURL& referrer_url, |
+ const std::string& mime_type, |
+ const std::string& original_mime_type, |
const base::Time& start_time, |
const base::Time& end_time, |
const std::string& etag, |