| Index: ash/screen_ash.cc
|
| diff --git a/ash/screen_ash.cc b/ash/screen_ash.cc
|
| index 31c5bcc6dc3413241d00a06eea5ff14a19a3e3b0..b0ade929805040de8a2fec943be5a17687c1097c 100644
|
| --- a/ash/screen_ash.cc
|
| +++ b/ash/screen_ash.cc
|
| @@ -10,7 +10,6 @@
|
| #include "ash/shelf/shelf_layout_manager.h"
|
| #include "ash/shelf/shelf_widget.h"
|
| #include "ash/shell.h"
|
| -#include "ash/wm/property_util.h"
|
| #include "ash/wm/coordinate_conversion.h"
|
| #include "base/logging.h"
|
| #include "ui/aura/client/screen_position_client.h"
|
| @@ -44,7 +43,7 @@ gfx::Display ScreenAsh::FindDisplayContainingPoint(const gfx::Point& point) {
|
|
|
| // static
|
| gfx::Rect ScreenAsh::GetMaximizedWindowBoundsInParent(aura::Window* window) {
|
| - if (GetRootWindowController(window->GetRootWindow())->shelf())
|
| + if (internal::GetRootWindowController(window->GetRootWindow())->shelf())
|
| return GetDisplayWorkAreaBoundsInParent(window);
|
| else
|
| return GetDisplayBoundsInParent(window);
|
|
|