| Index: ash/shell/panel_window.cc
|
| diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc
|
| index 3e596802dfd8130cb5b0ed3e335c943559653ebe..8776be74e258d4a6e945483b6ea0cb95167db52d 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);
|
|
|
|
|