| Index: chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h b/chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h
|
| index 4bad0b13d58febb4697d58a878d231489ea662c9..4201241cd610ed89256c50dcc1b0d94ce7a3446b 100644
|
| --- a/chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h
|
| +++ b/chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h
|
| @@ -65,7 +65,7 @@ class SafeMediaMetadataParser
|
| // Runs on the IO thread.
|
| void ParseMediaMetadataDone(
|
| bool parse_success,
|
| - std::unique_ptr<base::DictionaryValue> metadata_dictionary,
|
| + const base::DictionaryValue& metadata_dictionary,
|
| const std::vector<AttachedImage>& attached_images);
|
|
|
| // Sequence of functions that bounces from the IO thread to the UI thread to
|
|
|