Index: components/history/core/browser/download_row.cc |
diff --git a/components/history/core/browser/download_row.cc b/components/history/core/browser/download_row.cc |
index 4e77fb66a4481700f1645eff978b0a624f1a5573..1c97d60277777c62311276a1aebbcd3792331e7c 100644 |
--- a/components/history/core/browser/download_row.cc |
+++ b/components/history/core/browser/download_row.cc |
@@ -58,6 +58,8 @@ DownloadRow::DownloadRow(const base::FilePath& current_path, |
by_ext_id(ext_id), |
by_ext_name(ext_name) {} |
+DownloadRow::DownloadRow(const DownloadRow& other) = default; |
+ |
DownloadRow::~DownloadRow() { |
} |