| Index: chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| diff --git a/chrome/browser/media_galleries/linux/snapshot_file_details.cc b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| index 2d85ccb7f49169dc2cba095af6f40687fc3b7d8b..8f2e7092541aec69ccd78b4d08c770d75d51ec32 100644
|
| --- a/chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| +++ b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| @@ -15,9 +15,9 @@ namespace chrome {
|
| SnapshotRequestInfo::SnapshotRequestInfo(
|
| const std::string& device_file_path,
|
| const base::FilePath& snapshot_file_path,
|
| - const fileapi::MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback&
|
| + const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback&
|
| success_callback,
|
| - const fileapi::MTPDeviceAsyncDelegate::ErrorCallback& error_callback)
|
| + const MTPDeviceAsyncDelegate::ErrorCallback& error_callback)
|
| : device_file_path(device_file_path),
|
| snapshot_file_path(snapshot_file_path),
|
| success_callback(success_callback),
|
|
|