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

Unified Diff: components/safe_browsing_db/database_manager.cc

Issue 2231753002: components: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more call site 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 | « components/rappor/rappor_service.cc ('k') | components/safe_browsing_db/v4_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/database_manager.cc
diff --git a/components/safe_browsing_db/database_manager.cc b/components/safe_browsing_db/database_manager.cc
index b3bb2a6d24aa846bb91c2df250021a5991e60edd..973beedce7607aa94d6f826afa23969ef823aec3 100644
--- a/components/safe_browsing_db/database_manager.cc
+++ b/components/safe_browsing_db/database_manager.cc
@@ -101,7 +101,7 @@ void SafeBrowsingDatabaseManager::StopOnIOThread(bool shutdown) {
OnCheckApiBlacklistUrlResult(check->url(), ThreatMetadata());
}
}
- STLDeleteElements(&api_checks_);
+ base::STLDeleteElements(&api_checks_);
}
SafeBrowsingDatabaseManager::ApiCheckSet::iterator
« no previous file with comments | « components/rappor/rappor_service.cc ('k') | components/safe_browsing_db/v4_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698