Index: chrome/browser/download/download_history_unittest.cc |
diff --git a/chrome/browser/download/download_history_unittest.cc b/chrome/browser/download/download_history_unittest.cc |
index 765588a8ddf463a4ef4114081c9c7ee5d8dc5a85..4868061a8c9086a23849fd6976880325dd1664f1 100644 |
--- a/chrome/browser/download/download_history_unittest.cc |
+++ b/chrome/browser/download/download_history_unittest.cc |
@@ -249,6 +249,7 @@ class DownloadHistoryTest : public testing::Test { |
row.last_modified, |
row.received_bytes, |
row.total_bytes, |
+ std::string(), |
history::ToContentDownloadState(row.state), |
history::ToContentDownloadDangerType(row.danger_type), |
history::ToContentDownloadInterruptReason(row.interrupt_reason), |