Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index 15679c3f2606b46f10593098a35c18a41d17c9bd..92da9398bf1f21d802ec70b7c5c047d5b6137eb8 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -248,7 +248,7 @@ bool SystemTray::IsMouseInNotificationBubble() const { |
if (!notification_bubble_.get()) |
return false; |
return notification_bubble_->bubble_view()->GetBoundsInScreen().Contains( |
- gfx::Screen::GetCursorScreenPoint()); |
+ Shell::GetScreen()->GetCursorScreenPoint()); |
} |
bool SystemTray::CloseBubbleForTest() const { |