| 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 557646bf8cc79586dc2c9bffd03acf27ab8e2d38..0457210518b20b6aed597d17acc027246a390fad 100644
|
| --- a/chrome/browser/media_galleries/linux/snapshot_file_details.h
|
| +++ b/chrome/browser/media_galleries/linux/snapshot_file_details.h
|
| @@ -59,7 +59,7 @@ class SnapshotFileDetails {
|
| return bytes_written_;
|
| }
|
|
|
| - const base::File::Info file_info() const {
|
| + const base::File::Info& file_info() const {
|
| return file_info_;
|
| }
|
|
|
|
|