diff options
Diffstat (limited to 'ash/system/tray/tray_background_view.cc')
-rw-r--r-- | ash/system/tray/tray_background_view.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/system/tray/tray_background_view.cc b/ash/system/tray/tray_background_view.cc index 37af49d..0ad7431 100644 --- a/ash/system/tray/tray_background_view.cc +++ b/ash/system/tray/tray_background_view.cc @@ -6,7 +6,7 @@ #include "ash/ash_switches.h" #include "ash/root_window_controller.h" -#include "ash/screen_ash.h" +#include "ash/screen_util.h" #include "ash/shelf/shelf_layout_manager.h" #include "ash/shelf/shelf_widget.h" #include "ash/shell.h" @@ -580,7 +580,7 @@ gfx::Rect TrayBackgroundView::GetBubbleAnchorRect( rect.width() - kPaddingFromRightEdgeOfScreenBottomAlignment, rect.height() - kPaddingFromBottomOfScreenBottomAlignment, 0, 0); - rect = ScreenAsh::ConvertRectToScreen(target_root, rect); + rect = ScreenUtil::ConvertRectToScreen(target_root, rect); } return rect; } |