| Index: ash/root_window_controller_unittest.cc
|
| diff --git a/ash/root_window_controller_unittest.cc b/ash/root_window_controller_unittest.cc
|
| index 8807851def2b3c7f7b55e9cc2c7bda4abbd3950b..27ae0e015dcd9693179cda5655aeb82364e6b14f 100644
|
| --- a/ash/root_window_controller_unittest.cc
|
| +++ b/ash/root_window_controller_unittest.cc
|
| @@ -335,8 +335,7 @@ TEST_F(RootWindowControllerTest, MoveWindows_LockWindowsInUnified) {
|
| controller->GetRootWindow()->GetChildById(kLockScreenWindowId));
|
| ASSERT_EQ(lock_background->GetNativeWindow(),
|
| controller->GetRootWindow()->GetChildById(kLockBackgroundWindowId));
|
| - EXPECT_EQ("0,0 1000x500",
|
| - lock_screen->GetNativeWindow()->bounds().ToString());
|
| + EXPECT_EQ("0,0 500x500", lock_screen->GetNativeWindow()->bounds().ToString());
|
|
|
| // Switch to mirror.
|
| display_manager->SetMirrorMode(true);
|
| @@ -359,8 +358,7 @@ TEST_F(RootWindowControllerTest, MoveWindows_LockWindowsInUnified) {
|
| controller->GetRootWindow()->GetChildById(kLockScreenWindowId));
|
| ASSERT_EQ(lock_background->GetNativeWindow(),
|
| controller->GetRootWindow()->GetChildById(kLockBackgroundWindowId));
|
| - EXPECT_EQ("0,0 1000x500",
|
| - lock_screen->GetNativeWindow()->bounds().ToString());
|
| + EXPECT_EQ("0,0 500x500", lock_screen->GetNativeWindow()->bounds().ToString());
|
|
|
| // Switch to single display.
|
| UpdateDisplay("600x500");
|
|
|