Index: ash/system/tray/system_tray.h |
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h |
index 3370c7dbd71d88d865fe7d6109707bb53cc662ce..99f5de033c561d39838ad425abd351a95a22a1d0 100644 |
--- a/ash/system/tray/system_tray.h |
+++ b/ash/system/tray/system_tray.h |
@@ -135,9 +135,10 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView, |
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; |
TrayAccessibility* GetTrayAccessibilityForTest() { |