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

Unified Diff: components/drive/file_change.cc

Issue 1869063004: 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, 8 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
« no previous file with comments | « components/drive/file_change.h ('k') | components/metrics/leak_detector/leak_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_change.cc
diff --git a/components/drive/file_change.cc b/components/drive/file_change.cc
index 33a2ac314f0ee668669956cdecd206804ce293b1..7abf9b06ec7643fcc2aefb3daac3da5ed7cedc31 100644
--- a/components/drive/file_change.cc
+++ b/components/drive/file_change.cc
@@ -91,6 +91,7 @@ std::string FileChange::ChangeList::DebugString() const {
FileChange::FileChange() {
}
+FileChange::FileChange(const FileChange& other) = default;
FileChange::~FileChange() {}
void FileChange::Update(const base::FilePath file_path,
« no previous file with comments | « components/drive/file_change.h ('k') | components/metrics/leak_detector/leak_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698