| Index: ui/aura/window_tree_host.cc
|
| diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc
|
| index aa6fb73ec120aff64985023d8bf255e26e046528..e03e7d79c08913c909b6c4c993e2aa0e364205f3 100644
|
| --- a/ui/aura/window_tree_host.cc
|
| +++ b/ui/aura/window_tree_host.cc
|
| @@ -250,7 +250,7 @@ void WindowTreeHost::CreateCompositor() {
|
| window()->set_host(this);
|
| window()->SetName("RootWindow");
|
| window()->SetEventTargeter(
|
| - scoped_ptr<ui::EventTargeter>(new WindowTargeter()));
|
| + std::unique_ptr<ui::EventTargeter>(new WindowTargeter()));
|
| dispatcher_.reset(new WindowEventDispatcher(this));
|
| }
|
| }
|
|
|