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