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

Unified Diff: components/policy/core/browser/configuration_policy_handler_list.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
Index: components/policy/core/browser/configuration_policy_handler_list.cc
diff --git a/components/policy/core/browser/configuration_policy_handler_list.cc b/components/policy/core/browser/configuration_policy_handler_list.cc
index da5d99b84f98e26bdf49445b65a2f5e221dc01b3..8b5c52470b72638eae45c812614e043c5b6f07cf 100644
--- a/components/policy/core/browser/configuration_policy_handler_list.cc
+++ b/components/policy/core/browser/configuration_policy_handler_list.cc
@@ -20,7 +20,7 @@ ConfigurationPolicyHandlerList::ConfigurationPolicyHandlerList(
details_callback_(details_callback) {}
ConfigurationPolicyHandlerList::~ConfigurationPolicyHandlerList() {
- STLDeleteElements(&handlers_);
+ base::STLDeleteElements(&handlers_);
}
void ConfigurationPolicyHandlerList::AddHandler(

Powered by Google App Engine
This is Rietveld 408576698