| Index: ash/wm/workspace/snap_sizer_unittest.cc
|
| diff --git a/ash/wm/workspace/snap_sizer_unittest.cc b/ash/wm/workspace/snap_sizer_unittest.cc
|
| index 3fd620e389cff287384ec2e52f60c217783441d9..2fcb9fcc724d6ea3b369435c6c3ee0a3ed3429c0 100644
|
| --- a/ash/wm/workspace/snap_sizer_unittest.cc
|
| +++ b/ash/wm/workspace/snap_sizer_unittest.cc
|
| @@ -159,7 +159,7 @@ TEST_F(SnapSizerTest, RestoreBounds) {
|
| CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100)));
|
| wm::WindowState* window_state = wm::GetWindowState(window.get());
|
|
|
| - EXPECT_TRUE(window_state->IsNormalShowState());
|
| + EXPECT_TRUE(window_state->IsNormalShowType());
|
|
|
| // 1) Start with restored window with restore bounds set.
|
| gfx::Rect restore_bounds = window->GetBoundsInScreen();
|
|
|