| Index: ash/shell_unittest.cc
|
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
|
| index f13cbf66ccbe34d2a9ff3f3e6f68bc84279d6ddb..7dd92464d787293577b809e57e767aca550f8cf9 100644
|
| --- a/ash/shell_unittest.cc
|
| +++ b/ash/shell_unittest.cc
|
| @@ -398,9 +398,8 @@ TEST_F(ShellTest, ManagedWindowModeBasics) {
|
| EXPECT_TRUE(shelf_widget->IsVisible());
|
| // Shelf is at bottom-left of screen.
|
| EXPECT_EQ(0, shelf_widget->GetWindowBoundsInScreen().x());
|
| - EXPECT_EQ(Shell::GetPrimaryRootWindow()->GetDispatcher()->host()->
|
| - GetBounds().height(),
|
| - shelf_widget->GetWindowBoundsInScreen().bottom());
|
| + EXPECT_EQ(Shell::GetPrimaryRootWindow()->GetHost()->GetBounds().height(),
|
| + shelf_widget->GetWindowBoundsInScreen().bottom());
|
| // We have a desktop background but not a bare layer.
|
| // TODO (antrim): enable once we find out why it fails component build.
|
| // internal::DesktopBackgroundWidgetController* background =
|
|
|