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

Unified Diff: ui/views/accessibility/ax_aura_obj_cache.cc

Issue 2230183002: ui: 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
Index: ui/views/accessibility/ax_aura_obj_cache.cc
diff --git a/ui/views/accessibility/ax_aura_obj_cache.cc b/ui/views/accessibility/ax_aura_obj_cache.cc
index 9bd021e1d009dbe0b1f50cf3a8ac0ba272aa611f..28162c3092e9aed129ebf9c9e096bd799cc432fa 100644
--- a/ui/views/accessibility/ax_aura_obj_cache.cc
+++ b/ui/views/accessibility/ax_aura_obj_cache.cc
@@ -122,7 +122,7 @@ AXAuraObjCache::AXAuraObjCache()
AXAuraObjCache::~AXAuraObjCache() {
is_destroying_ = true;
- STLDeleteContainerPairSecondPointers(cache_.begin(), cache_.end());
+ base::STLDeleteContainerPairSecondPointers(cache_.begin(), cache_.end());
cache_.clear();
}
« no previous file with comments | « ui/message_center/views/notification_view.cc ('k') | ui/views/accessibility/native_view_accessibility_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698