Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: components/history/core/browser/download_row.h

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/history/core/browser/download_row.h
diff --git a/components/history/core/browser/download_row.h b/components/history/core/browser/download_row.h
index 8f14bd1bd70034444fceb66b3a123713f31e497d..98304519ce6f26488b2a98dc97fa3df90006582a 100644
--- a/components/history/core/browser/download_row.h
+++ b/components/history/core/browser/download_row.h
@@ -41,6 +41,7 @@ struct DownloadRow {
bool download_opened,
const std::string& ext_id,
const std::string& ext_name);
+ DownloadRow(const DownloadRow& other);
~DownloadRow();
// The current path to the download (potentially different from final if

Powered by Google App Engine
This is Rietveld 408576698