| Index: components/safe_json/safe_json_parser_impl.h
|
| diff --git a/components/safe_json/safe_json_parser_impl.h b/components/safe_json/safe_json_parser_impl.h
|
| index 625e52f96b8b2418c76aa5d2558d0a322050a21c..9fa583c953a1bb1f5958ca11ac9129bd9327737d 100644
|
| --- a/components/safe_json/safe_json_parser_impl.h
|
| +++ b/components/safe_json/safe_json_parser_impl.h
|
| @@ -40,7 +40,8 @@ class SafeJsonParserImpl : public SafeJsonParser {
|
| void OnConnectionError();
|
|
|
| // mojom::SafeJsonParser::Parse callback.
|
| - void OnParseDone(const base::ListValue& wrapper, mojo::String error);
|
| + void OnParseDone(const base::ListValue& wrapper,
|
| + const base::Optional<std::string>& error);
|
|
|
| // Reports the result on the calling task runner via the |success_callback_|
|
| // or the |error_callback_|.
|
|
|