Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index e79e8206883ffc632fe1429d18b357769469e410..4555bcb19eb81b8a7cfa17424c4ba7206b3c4a0f 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -413,7 +413,7 @@ void SystemTrayBubbleView::Init() { |
set_background(new SystemTrayBubbleBackground(this)); |
} |
-gfx::Rect SystemTrayBubbleView::GetAnchorRect() OVERRIDE { |
+gfx::Rect SystemTrayBubbleView::GetAnchorRect() { |
if (host_) { |
views::Widget* widget = host_->GetTrayWidget(); |
if (widget->IsVisible()) { |