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

Unified Diff: ui/views/focus/view_storage.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
« no previous file with comments | « ui/views/controls/textfield/textfield_model.cc ('k') | ui/views/layout/grid_layout.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/focus/view_storage.cc
diff --git a/ui/views/focus/view_storage.cc b/ui/views/focus/view_storage.cc
index 204b31d0892e7fcec06e4716f6fc73190bd98345..371e2d1a8ee72ff3551bbdece7ae5d4efe47d1d2 100644
--- a/ui/views/focus/view_storage.cc
+++ b/ui/views/focus/view_storage.cc
@@ -21,8 +21,8 @@ ViewStorage::ViewStorage() : view_storage_next_id_(0) {
}
ViewStorage::~ViewStorage() {
- STLDeleteContainerPairSecondPointers(view_to_ids_.begin(),
- view_to_ids_.end());
+ base::STLDeleteContainerPairSecondPointers(view_to_ids_.begin(),
+ view_to_ids_.end());
}
int ViewStorage::CreateStorageID() {
« no previous file with comments | « ui/views/controls/textfield/textfield_model.cc ('k') | ui/views/layout/grid_layout.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698