| Index: components/drive/file_system_interface.h
|
| diff --git a/components/drive/file_system_interface.h b/components/drive/file_system_interface.h
|
| index 2fb43b9a79853dfea7cb9f2ea5e7c098aad65c94..c23bbeec14f546da36be0ea3881ad52ba94368ae 100644
|
| --- a/components/drive/file_system_interface.h
|
| +++ b/components/drive/file_system_interface.h
|
| @@ -44,6 +44,7 @@ struct MetadataSearchResult {
|
| bool is_directory,
|
| const std::string& highlighted_base_name,
|
| const std::string& md5);
|
| + MetadataSearchResult(const MetadataSearchResult& other);
|
|
|
| // The two members are used to create FileEntry object.
|
| base::FilePath path;
|
|
|