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

Unified Diff: components/drive/file_change.cc

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/drive/file_change.cc
diff --git a/components/drive/file_change.cc b/components/drive/file_change.cc
index 0bdd7bc7947d1bbe2237b02c36f1d90cf2544600..33a2ac314f0ee668669956cdecd206804ce293b1 100644
--- a/components/drive/file_change.cc
+++ b/components/drive/file_change.cc
@@ -43,6 +43,7 @@ std::string FileChange::Change::DebugString() const {
FileChange::ChangeList::ChangeList() {
}
+FileChange::ChangeList::ChangeList(const ChangeList& other) = default;
FileChange::ChangeList::~ChangeList() {
}

Powered by Google App Engine
This is Rietveld 408576698