| Index: chrome/browser/extensions/webstore_data_fetcher.cc
|
| diff --git a/chrome/browser/extensions/webstore_data_fetcher.cc b/chrome/browser/extensions/webstore_data_fetcher.cc
|
| index 1586b927385b471f3a6ae9387d1c71ebe2115ace..c914ff374d5f8cc22053c54a6acd45b734dbdec0 100644
|
| --- a/chrome/browser/extensions/webstore_data_fetcher.cc
|
| +++ b/chrome/browser/extensions/webstore_data_fetcher.cc
|
| @@ -56,7 +56,7 @@ void WebstoreDataFetcher::Start() {
|
|
|
| void WebstoreDataFetcher::OnJsonParseSuccess(
|
| std::unique_ptr<base::Value> parsed_json) {
|
| - if (!parsed_json->IsType(base::Value::TYPE_DICTIONARY)) {
|
| + if (!parsed_json->IsType(base::Value::Type::DICTIONARY)) {
|
| OnJsonParseFailure(kInvalidWebstoreResponseError);
|
| return;
|
| }
|
|
|