Index: ash/display/mirror_window_controller.cc |
diff --git a/ash/display/mirror_window_controller.cc b/ash/display/mirror_window_controller.cc |
index 858dc66d7319bcdd0ffdfee302dc948c5c9f2f07..55670a9f516e227f2ea19d207bdb43631c41dbc6 100644 |
--- a/ash/display/mirror_window_controller.cc |
+++ b/ash/display/mirror_window_controller.cc |
@@ -174,7 +174,7 @@ void MirrorWindowController::UpdateWindow( |
AshWindowTreeHostInitParams init_params; |
init_params.initial_bounds = display_info.bounds_in_native(); |
MirroringHostInfo* host_info = new MirroringHostInfo; |
- host_info->ash_host.reset(AshWindowTreeHost::Create(init_params)); |
+ host_info->ash_host = AshWindowTreeHost::Create(init_params); |
mirroring_host_info_map_[display_info.id()] = host_info; |
aura::WindowTreeHost* host = host_info->ash_host->AsWindowTreeHost(); |