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

Unified Diff: google_apis/gaia/oauth2_token_service.cc

Issue 2229413002: google_apis: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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
« no previous file with comments | « google_apis/gaia/account_tracker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/oauth2_token_service.cc
diff --git a/google_apis/gaia/oauth2_token_service.cc b/google_apis/gaia/oauth2_token_service.cc
index 8c703a14179024c9679ef19a80993d599ec5bf00..163670105f06865c4db6564d85a7d80db24250c6 100644
--- a/google_apis/gaia/oauth2_token_service.cc
+++ b/google_apis/gaia/oauth2_token_service.cc
@@ -398,8 +398,8 @@ OAuth2TokenService::OAuth2TokenService(OAuth2TokenServiceDelegate* delegate)
OAuth2TokenService::~OAuth2TokenService() {
// Release all the pending fetchers.
- STLDeleteContainerPairSecondPointers(
- pending_fetchers_.begin(), pending_fetchers_.end());
+ base::STLDeleteContainerPairSecondPointers(pending_fetchers_.begin(),
+ pending_fetchers_.end());
}
OAuth2TokenServiceDelegate* OAuth2TokenService::GetDelegate() {
« no previous file with comments | « google_apis/gaia/account_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698