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

Unified Diff: services/ui/ws/window_tree.cc

Issue 2229273003: services: 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 | « services/ui/ws/server_window.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree.cc
diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
index 82ae285c3a9d714e8b2aee10552a4c6537b7b690..0c9b8707cfe33f03c69a379c12720f71098de164 100644
--- a/services/ui/ws/window_tree.cc
+++ b/services/ui/ws/window_tree.cc
@@ -983,7 +983,7 @@ void WindowTree::DestroyWindows() {
if (transient_parent)
transient_parent->RemoveTransientWindow(pair.second);
}
- STLDeleteValues(&created_window_map_copy);
+ base::STLDeleteValues(&created_window_map_copy);
}
bool WindowTree::CanEmbed(const ClientWindowId& window_id) const {
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698