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

Unified Diff: chrome/browser/sync_file_system/file_change.h

Issue 1731483003: chrome: 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: chrome/browser/sync_file_system/file_change.h
diff --git a/chrome/browser/sync_file_system/file_change.h b/chrome/browser/sync_file_system/file_change.h
index 826cf2ef5e1d99b20292f8d150db79b1c1d9f123..d0392ad0bbc73b7f51c67cea305b711ea6f8cb32 100644
--- a/chrome/browser/sync_file_system/file_change.h
+++ b/chrome/browser/sync_file_system/file_change.h
@@ -52,6 +52,7 @@ class FileChangeList {
typedef std::deque<FileChange> List;
FileChangeList();
+ FileChangeList(const FileChangeList& other);
~FileChangeList();
// Updates the list with the |new_change|.

Powered by Google App Engine
This is Rietveld 408576698