| Index: chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc
|
| index 7a7529ef5e1e941b09f007ecba11a872dc20b88d..d433a58c3feb071370288bc5be2bfc191294e6bc 100644
|
| --- a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.cc
|
| @@ -42,7 +42,7 @@ std::unique_ptr<std::string> ReadOnFileThread(const base::FilePath& path) {
|
|
|
| result.reset(new std::string);
|
| result->resize(file_info.size);
|
| - if (file.Read(0, string_as_array(result.get()), file_info.size) !=
|
| + if (file.Read(0, base::string_as_array(result.get()), file_info.size) !=
|
| file_info.size) {
|
| result.reset();
|
| }
|
|
|