| 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 88be4b2bd272e2d18edaa9914ff6170820a00366..887a91ddb536a6c9ba3bd87770453824999b56d5 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -90,9 +90,10 @@ class ASH_EXPORT WebNotificationTray
|
| virtual void OnMouseEnteredView() OVERRIDE;
|
| virtual void OnMouseExitedView() OVERRIDE;
|
| virtual base::string16 GetAccessibleNameForBubble() OVERRIDE;
|
| - virtual gfx::Rect GetAnchorRect(views::Widget* anchor_widget,
|
| - AnchorType anchor_type,
|
| - AnchorAlignment anchor_alignment) OVERRIDE;
|
| + virtual gfx::Rect GetAnchorRect(
|
| + views::Widget* anchor_widget,
|
| + AnchorType anchor_type,
|
| + AnchorAlignment anchor_alignment) const OVERRIDE;
|
| virtual void HideBubble(const views::TrayBubbleView* bubble_view) OVERRIDE;
|
|
|
| // Overridden from ButtonListener.
|
|
|