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, |