| Index: chrome/browser/media_galleries/linux/snapshot_file_details.h
|
| diff --git a/chrome/browser/media_galleries/linux/snapshot_file_details.h b/chrome/browser/media_galleries/linux/snapshot_file_details.h
|
| index cd07e69c672a4a72ffd8f69d2ffd4732fb41c8c2..e4a2c157345ea8d69beaad886e9bb732377b5f94 100644
|
| --- a/chrome/browser/media_galleries/linux/snapshot_file_details.h
|
| +++ b/chrome/browser/media_galleries/linux/snapshot_file_details.h
|
| @@ -23,6 +23,7 @@ struct SnapshotRequestInfo {
|
| const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback&
|
| success_callback,
|
| const MTPDeviceAsyncDelegate::ErrorCallback& error_callback);
|
| + SnapshotRequestInfo(const SnapshotRequestInfo& other);
|
| ~SnapshotRequestInfo();
|
|
|
| // MTP device file id.
|
|
|