Index: ash/wm/window_positioner.cc |
diff --git a/ash/wm/window_positioner.cc b/ash/wm/window_positioner.cc |
index d0129f8f3ed8b46e9c7a731f5cceb36739ee76ab..51f92a4f6688a0bee160fe65018de66cbf11dabf 100644 |
--- a/ash/wm/window_positioner.cc |
+++ b/ash/wm/window_positioner.cc |
@@ -5,7 +5,7 @@ |
#include "ash/wm/window_positioner.h" |
#include "ash/ash_switches.h" |
-#include "ash/screen_ash.h" |
+#include "ash/screen_util.h" |
#include "ash/shell.h" |
#include "ash/shell_window_ids.h" |
#include "ash/wm/mru_window_tracker.h" |
@@ -85,7 +85,7 @@ gfx::Rect GetWorkAreaForWindowInParent(aura::Window* window) { |
window->parent()->GetBoundsInScreen()).GetWorkAreaInsets()); |
return work_area; |
#else |
- return ScreenAsh::GetDisplayWorkAreaBoundsInParent(window); |
+ return ScreenUtil::GetDisplayWorkAreaBoundsInParent(window); |
#endif |
} |