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 697ad94fd95ccfc8e70606db622fcb6811011724..f4ac4107994739a9a6f58364917877a9e20bc041 100644 |
--- a/chrome/browser/download/download_history_unittest.cc |
+++ b/chrome/browser/download/download_history_unittest.cc |
@@ -224,6 +224,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), |