| Index: chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
|
| diff --git a/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc b/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
|
| index 0e020ba0139b99ee43598955eeb32381d1ca4c13..1c82911a04d7b6872aeff57d7a4565f9913338ff 100644
|
| --- a/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
|
| +++ b/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc
|
| @@ -171,8 +171,7 @@ void GaiaWebAuthFlow::OnAuthFlowURLChange(const GURL& url) {
|
| std::string error;
|
| std::string expiration;
|
|
|
| - for (std::vector<std::pair<std::string, std::string> >::iterator
|
| - it = pairs.begin();
|
| + for (base::StringPairs::iterator it = pairs.begin();
|
| it != pairs.end();
|
| ++it) {
|
| if (it->first == kOAuth2RedirectAccessTokenKey)
|
|
|