| Index: components/filesystem/public/cpp/prefs/filesystem_json_pref_store.h
|
| diff --git a/components/filesystem/public/cpp/prefs/filesystem_json_pref_store.h b/components/filesystem/public/cpp/prefs/filesystem_json_pref_store.h
|
| index 0ea0d93dd7415ae63656ea40a194fed4e8d8aefc..d52b0ec1c2f56d635f62177dc749225e4c88d4d6 100644
|
| --- a/components/filesystem/public/cpp/prefs/filesystem_json_pref_store.h
|
| +++ b/components/filesystem/public/cpp/prefs/filesystem_json_pref_store.h
|
| @@ -148,7 +148,7 @@ class FilesystemJsonPrefStore
|
| // Asynchronous implementation details of ReadPrefsAsync().
|
| void OnPreferencesReadStart();
|
| void OnPreferencesFileRead(mojom::FileError err,
|
| - mojo::Array<uint8_t> contents);
|
| + const std::vector<uint8_t>& contents);
|
|
|
| const std::string path_;
|
| mojo::Binding<filesystem::mojom::FileSystemClient> binding_;
|
|
|