| Index: google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| diff --git a/google_apis/gaia/oauth2_access_token_fetcher_impl.cc b/google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| index 267388f9f8c60ae80535624ce552840015e58be4..37f98e7c6d1b4f32fc285cd3579fe4cf2c1fd799 100644
|
| --- a/google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| +++ b/google_apis/gaia/oauth2_access_token_fetcher_impl.cc
|
| @@ -120,7 +120,7 @@ std::unique_ptr<base::DictionaryValue> ParseGetAccessTokenResponse(
|
| std::string data;
|
| source->GetResponseAsString(&data);
|
| std::unique_ptr<base::Value> value = base::JSONReader::Read(data);
|
| - if (!value.get() || value->GetType() != base::Value::TYPE_DICTIONARY)
|
| + if (!value.get() || value->GetType() != base::Value::Type::DICTIONARY)
|
| value.reset();
|
|
|
| return std::unique_ptr<base::DictionaryValue>(
|
|
|