| Index: ash/wm/mru_window_tracker_unittest.cc
|
| diff --git a/ash/wm/mru_window_tracker_unittest.cc b/ash/wm/mru_window_tracker_unittest.cc
|
| index ddb45263e36b514a1952d1d4c2e32a29cdd129b7..279a7f986a3939dc60e1b14a649e130c9005d77e 100644
|
| --- a/ash/wm/mru_window_tracker_unittest.cc
|
| +++ b/ash/wm/mru_window_tracker_unittest.cc
|
| @@ -8,6 +8,7 @@
|
| #include "ash/test/test_shelf_delegate.h"
|
| #include "ash/wm/mru_window_tracker.h"
|
| #include "ash/wm/window_state.h"
|
| +#include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/compiler_specific.h"
|
| #include "ui/aura/test/test_window_delegate.h"
|
| @@ -89,7 +90,7 @@ TEST_F(MruWindowTrackerTest, DraggedWindowsInListOnlyOnce) {
|
|
|
| // Start dragging the window.
|
| wm::GetWindowState(w1.get())->CreateDragDetails(
|
| - w1.get(), gfx::Point(), HTRIGHT, aura::client::WINDOW_MOVE_SOURCE_TOUCH);
|
| + gfx::Point(), HTRIGHT, aura::client::WINDOW_MOVE_SOURCE_TOUCH);
|
|
|
| // During a drag the window is reparented by the Docked container.
|
| aura::Window* drag_container = Shell::GetContainer(
|
|
|