| Index: ash/system/tray/tray_background_view.cc
|
| diff --git a/ash/system/tray/tray_background_view.cc b/ash/system/tray/tray_background_view.cc
|
| index 952f622d27124d3fb0958e0798ca3a1c516dc86f..765b2a26f93efd7802c7471fe6d118efdb40cea2 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;
|
| }
|
|
|