| Index: ash/screen_ash_unittest.cc
|
| diff --git a/ash/screen_ash_unittest.cc b/ash/screen_ash_unittest.cc
|
| index 22437423e0acfa2589195e21a859f07987878a94..89b0ea823793da7827a5dd3f55b4b162499b963b 100644
|
| --- a/ash/screen_ash_unittest.cc
|
| +++ b/ash/screen_ash_unittest.cc
|
| @@ -40,7 +40,7 @@ TEST_F(ScreenAshTest, Bounds) {
|
| EXPECT_EQ("0,0 600x597",
|
| ScreenAsh::GetMaximizedWindowBoundsInParent(
|
| primary->GetNativeView()).ToString());
|
| - EXPECT_EQ("0,0 500x452",
|
| + EXPECT_EQ("0,0 500x453",
|
| ScreenAsh::GetMaximizedWindowBoundsInParent(
|
| secondary->GetNativeView()).ToString());
|
|
|
| @@ -56,7 +56,7 @@ TEST_F(ScreenAshTest, Bounds) {
|
| EXPECT_EQ("0,0 600x597",
|
| ScreenAsh::GetDisplayWorkAreaBoundsInParent(
|
| primary->GetNativeView()).ToString());
|
| - EXPECT_EQ("0,0 500x452",
|
| + EXPECT_EQ("0,0 500x453",
|
| ScreenAsh::GetDisplayWorkAreaBoundsInParent(
|
| secondary->GetNativeView()).ToString());
|
| }
|
|
|