| Index: ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.cc b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| index a452f18047b9af07a1336f44aa07354d2c9a29e6..84e21a9f99d3610a1ad2c00d8350a9247beb3bfe 100644
|
| --- a/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| +++ b/ash/system/web_notification/ash_popup_alignment_delegate.cc
|
| @@ -130,7 +130,7 @@ void AshPopupAlignmentDelegate::UpdateShelf() {
|
| }
|
|
|
| gfx::Display AshPopupAlignmentDelegate::GetCurrentDisplay() const {
|
| - return Shell::GetScreen()->GetDisplayNearestWindow(
|
| + return gfx::Screen::GetScreen()->GetDisplayNearestWindow(
|
| shelf_->shelf_widget()->GetNativeView());
|
| }
|
|
|
|
|