| Index: ash/common/wm/mru_window_tracker_unittest.cc
 | 
| diff --git a/ash/common/wm/mru_window_tracker_unittest.cc b/ash/common/wm/mru_window_tracker_unittest.cc
 | 
| index d6ba12c4bf50b52f22f6f1f247f3223c276d208f..54330b5d592e9c628e1243af927a27e455b3d065 100644
 | 
| --- a/ash/common/wm/mru_window_tracker_unittest.cc
 | 
| +++ b/ash/common/wm/mru_window_tracker_unittest.cc
 | 
| @@ -97,12 +97,6 @@ TEST_F(MruWindowTrackerTest, DraggedWindowsInListOnlyOnce) {
 | 
|    w1->GetWindowState()->CreateDragDetails(
 | 
|        gfx::Point(), HTRIGHT, aura::client::WINDOW_MOVE_SOURCE_TOUCH);
 | 
|  
 | 
| -  // During a drag the window is reparented by the Docked container.
 | 
| -  WmWindow* drag_container = w1->GetRootWindow()->GetChildByShellWindowId(
 | 
| -      kShellWindowId_DockedContainer);
 | 
| -  drag_container->AddChild(w1);
 | 
| -  EXPECT_TRUE(w1->GetWindowState()->is_dragged());
 | 
| -
 | 
|    // The dragged window should only be in the list once.
 | 
|    WmWindow::Windows window_list =
 | 
|        mru_window_tracker()->BuildWindowListIgnoreModal();
 | 
| 
 |