| Index: chrome/browser/ui/app_list/search/common/json_response_fetcher.cc
|
| diff --git a/chrome/browser/ui/app_list/search/common/json_response_fetcher.cc b/chrome/browser/ui/app_list/search/common/json_response_fetcher.cc
|
| index b2a88b5e444024c771b5e64f410bd59aa473857f..7975c350bcd11f24bc33c3e5106bd5417578371f 100644
|
| --- a/chrome/browser/ui/app_list/search/common/json_response_fetcher.cc
|
| +++ b/chrome/browser/ui/app_list/search/common/json_response_fetcher.cc
|
| @@ -47,7 +47,7 @@ void JSONResponseFetcher::Stop() {
|
|
|
| void JSONResponseFetcher::OnJsonParseSuccess(
|
| std::unique_ptr<base::Value> parsed_json) {
|
| - if (!parsed_json->IsType(base::Value::TYPE_DICTIONARY)) {
|
| + if (!parsed_json->IsType(base::Value::Type::DICTIONARY)) {
|
| OnJsonParseError(kBadResponse);
|
| return;
|
| }
|
|
|