Chromium Code Reviews| 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|. |