| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index 9dd0109255287099280aeee69b63c207e28f15fe..96bb9ed8412f0e87b2e22d12292cbbf109ea5580 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -76,7 +76,7 @@ class ASH_EXPORT WebNotificationTray
|
| void UpdateAfterLoginStatusChange(LoginStatus login_status);
|
|
|
| // Overridden from TrayBackgroundView.
|
| - void SetShelfAlignment(ShelfAlignment alignment) override;
|
| + void UpdateAfterShelfAlignmentChange() override;
|
| void AnchorUpdated() override;
|
| base::string16 GetAccessibleNameForTray() override;
|
| void HideBubbleWithView(const views::TrayBubbleView* bubble_view) override;
|
|
|