| Index: services/ui/ws/window_tree.cc
|
| diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
|
| index 9d030735e490e6a374e44fa33e33b30871929a61..acc185e80cc66b4094ba312a5676be64de034e43 100644
|
| --- a/services/ui/ws/window_tree.cc
|
| +++ b/services/ui/ws/window_tree.cc
|
| @@ -130,7 +130,7 @@ void WindowTree::ConfigureWindowManager() {
|
| DCHECK(!window_manager_internal_);
|
| window_manager_internal_ = binding_->GetWindowManager();
|
| window_manager_internal_->OnConnect(id_);
|
| - window_manager_state_.reset(new WindowManagerState(this));
|
| + window_manager_state_ = base::MakeUnique<WindowManagerState>(this);
|
| }
|
|
|
| const ServerWindow* WindowTree::GetWindow(const WindowId& id) const {
|
|
|