| Index: ash/root_window_controller_unittest.cc
|
| diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
|
| index ee0828502447f94d51d7a7b0eade867d80f099d5..e3a1c2dc063b31ff59661887cb0b3943c150f748 100644
|
| --- a/ash/root_window_controller_unittest.cc
|
| +++ b/ash/root_window_controller_unittest.cc
|
| @@ -200,8 +200,8 @@ TEST_F(RootWindowControllerTest, MoveWindows_Basic) {
|
| EXPECT_EQ("100,20 100x100",
|
| normal->GetNativeView()->GetBoundsInRootWindow().ToString());
|
|
|
| - // Maximized area on primary display has 47px (ash::kShelfSize) inset at the
|
| - // bottom.
|
| + // Maximized area on primary display has 47px for non-md and 48px for md
|
| + // (defined in ash::SHELF_SIZE) inset at the bottom.
|
|
|
| // First clear fullscreen status, since both fullscreen and maximized windows
|
| // share the same desktop workspace, which cancels the shelf status.
|
|
|