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

Unified Diff: components/drive/file_change.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/drive/file_change.h
diff --git a/components/drive/file_change.h b/components/drive/file_change.h
index 9d885b88b646a79292916f89323476dd88018cd4..40d750c5b552e37bb1ba84d7259a31b45522fbf9 100644
--- a/components/drive/file_change.h
+++ b/components/drive/file_change.h
@@ -59,6 +59,7 @@ class FileChange {
typedef std::deque<Change> List;
ChangeList();
+ ChangeList(const ChangeList& other);
~ChangeList();
// Updates the list with the |new_change|.

Powered by Google App Engine
This is Rietveld 408576698