| Index: components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| diff --git a/components/storage_monitor/test_media_transfer_protocol_manager_linux.h b/components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| index df20bb68d0e3dc8ee8b728c41a1f355af3979f82..add96df87a29c0e55e52ae56bd8da4f492e10418 100644
|
| --- a/components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| +++ b/components/storage_monitor/test_media_transfer_protocol_manager_linux.h
|
| @@ -40,6 +40,10 @@ class TestMediaTransferProtocolManagerLinux
|
| void GetFileInfo(const std::string& storage_handle,
|
| uint32 file_id,
|
| const GetFileInfoCallback& callback) override;
|
| + void RenameObject(const std::string& storage_handle,
|
| + const uint32 object_id,
|
| + const std::string& new_name,
|
| + const RenameObjectCallback& callback) override;
|
| void CopyFileFromLocal(const std::string& storage_handle,
|
| const int source_file_descriptor,
|
| const uint32 parent_id,
|
|
|