| Index: ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc b/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| index 14a8d757f1fab07b811eb0c401e63b0067071eea..cf537cb70290ccf9acab7c72358e4b4e4618b4eb 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| @@ -20,10 +20,10 @@
|
| #include "ash/common/wm/wm_screen_util.h"
|
| #include "ash/common/wm/workspace/workspace_window_resizer.h"
|
| #include "ash/common/wm_lookup.h"
|
| -#include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| +#include "ash/root_window_controller.h"
|
| #include "ash/shell.h"
|
| #include "base/command_line.h"
|
| #include "ui/base/ui_base_switches.h"
|
| @@ -58,7 +58,7 @@ class WorkspaceLayoutManagerKeyboardTest : public AshTest {
|
| AshTest::SetUp();
|
| UpdateDisplay("800x600");
|
| WmWindow* default_container =
|
| - WmShell::Get()->GetPrimaryRootWindowController()->GetContainer(
|
| + WmShell::Get()->GetPrimaryRootWindowController()->GetWmContainer(
|
| kShellWindowId_DefaultContainer);
|
| layout_manager_ = GetWorkspaceLayoutManager(default_container);
|
| }
|
|
|