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

Unified Diff: components/drive/file_change.h

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 | « no previous file | components/drive/file_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_change.h
diff --git a/components/drive/file_change.h b/components/drive/file_change.h
index 40d750c5b552e37bb1ba84d7259a31b45522fbf9..1cfc69113aaf5ee678d49fe5634096be7afc0020 100644
--- a/components/drive/file_change.h
+++ b/components/drive/file_change.h
@@ -84,6 +84,7 @@ class FileChange {
typedef std::map<base::FilePath, FileChange::ChangeList> Map;
FileChange();
+ FileChange(const FileChange& other);
~FileChange();
void Update(const base::FilePath file_path,
« no previous file with comments | « no previous file | components/drive/file_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698