| Index: ash/wm/window_positioner_unittest.cc
|
| diff --git a/ash/wm/window_positioner_unittest.cc b/ash/wm/window_positioner_unittest.cc
|
| index 2bda5d7999c056b0e2a8463ac097b88c16a9b79b..0945b0618dc093ce6531fcb6cec4a5d0758b92b5 100644
|
| --- a/ash/wm/window_positioner_unittest.cc
|
| +++ b/ash/wm/window_positioner_unittest.cc
|
| @@ -147,7 +147,7 @@ TEST_F(WindowPositionerTest, FirstRunMaximizeWindowHighResloution) {
|
| ui::WindowShowState show_state_out = ui::SHOW_STATE_DEFAULT;
|
|
|
| test::TestShellDelegate* const delegate =
|
| - static_cast<test::TestShellDelegate*>(WmShell::Get()->delegate());
|
| + static_cast<test::TestShellDelegate*>(Shell::Get()->shell_delegate());
|
| delegate->SetForceMaximizeOnFirstRun(true);
|
|
|
| WindowPositioner::GetBoundsAndShowStateForNewWindow(
|
| @@ -166,7 +166,7 @@ TEST_F(WindowPositionerTest, FirstRunMaximizeWindowLowResolution) {
|
| ui::WindowShowState show_state_out = ui::SHOW_STATE_DEFAULT;
|
|
|
| test::TestShellDelegate* const delegate =
|
| - static_cast<test::TestShellDelegate*>(WmShell::Get()->delegate());
|
| + static_cast<test::TestShellDelegate*>(Shell::Get()->shell_delegate());
|
| delegate->SetForceMaximizeOnFirstRun(true);
|
|
|
| WindowPositioner::GetBoundsAndShowStateForNewWindow(
|
|
|