| Index: chrome/browser/history/history_unittest.cc
|
| diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
|
| index d8b5e802be650b128befba0617dd2770abca4a17..da8fa24bdc0e86e934c12a4e95a0f2a184a951f5 100644
|
| --- a/chrome/browser/history/history_unittest.cc
|
| +++ b/chrome/browser/history/history_unittest.cc
|
| @@ -170,6 +170,8 @@ class HistoryBackendDBTest : public HistoryUnitTestBase {
|
| base::FilePath(FILE_PATH_LITERAL("target-path")),
|
| url_chain,
|
| GURL("http://referrer.com/"),
|
| + "application/octet-stream",
|
| + "application/octet-stream",
|
| time,
|
| time,
|
| std::string(),
|
| @@ -673,6 +675,8 @@ TEST_F(HistoryBackendDBTest, DownloadNukeRecordsMissingURLs) {
|
| base::FilePath(FILE_PATH_LITERAL("foo-path")),
|
| url_chain,
|
| GURL(std::string()),
|
| + "application/octet-stream",
|
| + "application/octet-stream",
|
| now,
|
| now,
|
| std::string(),
|
|
|