diff options
Diffstat (limited to 'ash/shell/panel_window.cc')
-rw-r--r-- | ash/shell/panel_window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc index 3e59680..8776be7 100644 --- a/ash/shell/panel_window.cc +++ b/ash/shell/panel_window.cc @@ -4,7 +4,7 @@ #include "ash/shell/panel_window.h" -#include "ash/screen_ash.h" +#include "ash/screen_util.h" #include "ash/shell.h" #include "ash/wm/panels/panel_frame_view.h" #include "base/strings/utf_string_conversions.h" @@ -46,7 +46,7 @@ views::Widget* PanelWindow::CreateWidget() { params().bounds.set_width(kDefaultWidth); if (params().bounds.height() == 0) params().bounds.set_height(kDefaultHeight); - params().bounds = ScreenAsh::ConvertRectToScreen( + params().bounds = ScreenUtil::ConvertRectToScreen( Shell::GetTargetRootWindow(), params().bounds); |