| Index: components/spellcheck/browser/spelling_service_client.cc
|
| diff --git a/components/spellcheck/browser/spelling_service_client.cc b/components/spellcheck/browser/spelling_service_client.cc
|
| index 44c51ccb695ffd6c1e79d254b933475423a8853e..985732a8db5384f6e4faeac38814249eba9268b6 100644
|
| --- a/components/spellcheck/browser/spelling_service_client.cc
|
| +++ b/components/spellcheck/browser/spelling_service_client.cc
|
| @@ -196,7 +196,7 @@ bool SpellingServiceClient::ParseResponse(
|
| static_cast<base::DictionaryValue*>(
|
| base::JSONReader::Read(data, base::JSON_ALLOW_TRAILING_COMMAS)
|
| .release()));
|
| - if (!value.get() || !value->IsType(base::Value::TYPE_DICTIONARY))
|
| + if (!value.get() || !value->IsType(base::Value::Type::DICTIONARY))
|
| return false;
|
|
|
| // Check for errors from spelling service.
|
|
|