| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index ad3b484adf2f9f9f9d2812d7c69d38c1fb48f113..0cfa7372f79c615b1a2e8acb3d75fe5cedc5476f 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -1094,7 +1094,7 @@ ui::EventTarget* Window::GetParentTarget() {
|
| }
|
|
|
| std::unique_ptr<ui::EventTargetIterator> Window::GetChildIterator() const {
|
| - return base::WrapUnique(new ui::EventTargetIteratorImpl<Window>(children()));
|
| + return base::MakeUnique<ui::EventTargetIteratorImpl<Window>>(children());
|
| }
|
|
|
| ui::EventTargeter* Window::GetEventTargeter() {
|
|
|