| Index: ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| index 930ba49f7cecfa5bf9aef4cbd6b48a28cd808bd6..1a237fd3630751eab83e68f2f53cbb0cdad07eb8 100644
|
| --- a/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc
|
| @@ -431,7 +431,7 @@ TEST_F(WorkspaceWindowResizerTest, AttachedResize_BOTTOM_3_Compress) {
|
| // Assertions around dragging to the left/right edge of the screen.
|
| TEST_F(WorkspaceWindowResizerTest, Edge) {
|
| int bottom =
|
| - ScreenAsh::GetUnmaximizedWorkAreaParentBounds(window_.get()).bottom();
|
| + ScreenAsh::GetUnmaximizedWorkAreaBoundsInParent(window_.get()).bottom();
|
| window_->SetBounds(gfx::Rect(20, 30, 50, 60));
|
| {
|
| SetGridSize(0);
|
|
|