| 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 00995cac28cb063f1b2f00a2eaa13045441f9411..92997c86f4814474cdd976113fb0f4cce6c326d7 100644
|
| --- a/chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| +++ b/chrome/browser/media_galleries/linux/snapshot_file_details.cc
|
| @@ -31,7 +31,7 @@ SnapshotRequestInfo::~SnapshotRequestInfo() {
|
|
|
| SnapshotFileDetails::SnapshotFileDetails(
|
| const SnapshotRequestInfo& request_info,
|
| - const base::PlatformFileInfo& file_info)
|
| + const base::File::Info& file_info)
|
| : request_info_(request_info),
|
| file_info_(file_info),
|
| bytes_written_(0),
|
|
|