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 523584553be0612ee7a19440222d6da63f301147..0e020ba0139b99ee43598955eeb32381d1ca4c13 100644 |
--- a/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc |
+++ b/chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc |
@@ -165,7 +165,7 @@ void GaiaWebAuthFlow::OnAuthFlowURLChange(const GURL& url) { |
std::string fragment = url.GetContent().substr( |
redirect_path_prefix_.length(), std::string::npos); |
- std::vector<std::pair<std::string, std::string> > pairs; |
+ base::StringPairs pairs; |
base::SplitStringIntoKeyValuePairs(fragment, '=', '&', &pairs); |
std::string access_token; |
std::string error; |