| 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 {
|
|
|