Index: google_apis/gaia/oauth2_mint_token_flow.cc |
diff --git a/google_apis/gaia/oauth2_mint_token_flow.cc b/google_apis/gaia/oauth2_mint_token_flow.cc |
index 5b0244666d25ace05389c5cb4b2daab6d3d1b4b4..97d8cf5fc4696c421c9b20115dc05b367a110747 100644 |
--- a/google_apis/gaia/oauth2_mint_token_flow.cc |
+++ b/google_apis/gaia/oauth2_mint_token_flow.cc |
@@ -158,7 +158,7 @@ void OAuth2MintTokenFlow::ProcessApiCallSuccess( |
std::string response_body; |
source->GetResponseAsString(&response_body); |
scoped_ptr<base::Value> value(base::JSONReader::Read(response_body)); |
- DictionaryValue* dict = NULL; |
+ base::DictionaryValue* dict = NULL; |
if (!value.get() || !value->GetAsDictionary(&dict)) { |
ReportFailure(GoogleServiceAuthError::FromConnectionError(101)); |
return; |