| Index: chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_mint_token_flow.cc b/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| index 285cd2b454550956a2f8f5c618b181abe1063c69..afee27724d3f9d1a09b19e6eadb937eeea6d9629 100644
|
| --- a/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| +++ b/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| @@ -237,7 +237,7 @@ bool OAuth2MintTokenFlow::ParseIssueAdviceResponse(
|
|
|
| bool success = true;
|
| for (size_t index = 0; index < scopes_list->GetSize(); ++index) {
|
| - base::DictionaryValue* scopes_entry = NULL;
|
| + const base::DictionaryValue* scopes_entry = NULL;
|
| IssueAdviceInfoEntry entry;
|
| string16 detail;
|
| if (!scopes_list->GetDictionary(index, &scopes_entry) ||
|
|
|