| Index: google_apis/gaia/gaia_auth_fetcher.cc
 | 
| diff --git a/google_apis/gaia/gaia_auth_fetcher.cc b/google_apis/gaia/gaia_auth_fetcher.cc
 | 
| index 03bd8a4526d4b3ac930b2a06f26528ce67402351..c5c3f1c71d0a8d1eb7841503d12646490e4ed4ab 100644
 | 
| --- a/google_apis/gaia/gaia_auth_fetcher.cc
 | 
| +++ b/google_apis/gaia/gaia_auth_fetcher.cc
 | 
| @@ -499,7 +499,7 @@ bool GaiaAuthFetcher::ParseListIdpSessionsResponse(const std::string& data,
 | 
|         iter != sessionsList->end();
 | 
|         iter++) {
 | 
|      base::DictionaryValue* sessionDictionary;
 | 
| -    if (!(*iter)->GetAsDictionary(&sessionDictionary))
 | 
| +    if (!iter->GetAsDictionary(&sessionDictionary))
 | 
|        continue;
 | 
|  
 | 
|      if (sessionDictionary->GetString("login_hint", login_hint))
 | 
| 
 |