| Index: ui/wm/core/transient_window_manager.cc
|
| diff --git a/ui/wm/core/transient_window_manager.cc b/ui/wm/core/transient_window_manager.cc
|
| index 956d35853afb152337f3e213fe1f67ca26f9623d..876a49990bf8369615dffbc05b31fea95200fc6c 100644
|
| --- a/ui/wm/core/transient_window_manager.cc
|
| +++ b/ui/wm/core/transient_window_manager.cc
|
| @@ -219,7 +219,7 @@ void TransientWindowManager::OnWindowDestroying(Window* window) {
|
| // parent, as destroying an active transient child may otherwise attempt to
|
| // refocus us.
|
| Windows transient_children(transient_children_);
|
| - STLDeleteElements(&transient_children);
|
| + base::STLDeleteElements(&transient_children);
|
| DCHECK(transient_children_.empty());
|
| }
|
|
|
|
|