| Index: components/drive/file_change.cc
|
| diff --git a/components/drive/file_change.cc b/components/drive/file_change.cc
|
| index 33a2ac314f0ee668669956cdecd206804ce293b1..7abf9b06ec7643fcc2aefb3daac3da5ed7cedc31 100644
|
| --- a/components/drive/file_change.cc
|
| +++ b/components/drive/file_change.cc
|
| @@ -91,6 +91,7 @@ std::string FileChange::ChangeList::DebugString() const {
|
|
|
| FileChange::FileChange() {
|
| }
|
| +FileChange::FileChange(const FileChange& other) = default;
|
| FileChange::~FileChange() {}
|
|
|
| void FileChange::Update(const base::FilePath file_path,
|
|
|