Index: ash/system/tray/tray_bubble_view.cc |
diff --git a/ash/system/tray/tray_bubble_view.cc b/ash/system/tray/tray_bubble_view.cc |
index 1b934d4c399a20b36015d78173dd7c1a4e0bf1f4..295e70399a94e230af69abf0716d25e61c3771e9 100644 |
--- a/ash/system/tray/tray_bubble_view.cc |
+++ b/ash/system/tray/tray_bubble_view.cc |
@@ -245,7 +245,7 @@ void TrayBubbleView::SetBubbleBorder(int arrow_offset) { |
SizeToContents(); |
} |
-void TrayBubbleView::UpdateAnchor() { |
+void TrayBubbleView::UpdateBubble() { |
SizeToContents(); |
GetWidget()->GetRootView()->SchedulePaint(); |
} |