| 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 92997c86f4814474cdd976113fb0f4cce6c326d7..e2408badef834c74e13c28e66f285bb14f3a784e 100644
|
| --- a/chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| +++ b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| @@ -11,12 +11,12 @@
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| SnapshotRequestInfo::SnapshotRequestInfo(
|
| - const std::string& device_file_path,
|
| + uint32 file_id,
|
| const base::FilePath& snapshot_file_path,
|
| const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback&
|
| success_callback,
|
| const MTPDeviceAsyncDelegate::ErrorCallback& error_callback)
|
| - : device_file_path(device_file_path),
|
| + : file_id(file_id),
|
| snapshot_file_path(snapshot_file_path),
|
| success_callback(success_callback),
|
| error_callback(error_callback) {
|
|
|