Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6317)

Unified Diff: chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc

Issue 599463002: Use base::StringPairs where appropriate from src/chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698