Chromium Code Reviews| 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..c1c9ad613f4be192ac219a925b8f229286f889da 100644 |
| --- a/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc |
| +++ b/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc |
| @@ -171,7 +171,7 @@ void GaiaWebAuthFlow::OnAuthFlowURLChange(const GURL& url) { |
| std::string error; |
| std::string expiration; |
| - for (std::vector<std::pair<std::string, std::string> >::iterator |
| + for (base::StringPairs::iterator |
| it = pairs.begin(); |
|
Lei Zhang
2014/09/23 17:22:41
this now fits on the previous line
Anand Ratn (left samsung)
2014/09/24 03:50:53
Done.
|
| it != pairs.end(); |
| ++it) { |