Index: ash/common/shelf/shelf_view.cc |
diff --git a/ash/common/shelf/shelf_view.cc b/ash/common/shelf/shelf_view.cc |
index 673fb6e5cc429af4a71398160dfa39c82fff4b8d..1763490441469b76c260c3a817886b1d6cff7f08 100644 |
--- a/ash/common/shelf/shelf_view.cc |
+++ b/ash/common/shelf/shelf_view.cc |
@@ -1865,7 +1865,7 @@ void ShelfView::OnMenuClosed(views::InkDrop* ink_drop) { |
// Hide the hide overflow bubble after showing a context menu for its items. |
if (owner_overflow_bubble_) |
- owner_overflow_bubble_->HideBubbleAndRefreshButton(); |
+ owner_overflow_bubble_->Hide(); |
closing_event_time_ = launcher_menu_runner_->closing_event_time(); |