Index: ui/app_list/views/app_list_main_view.h |
diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h |
index 740ff3e46b24340d0f960a19c84a2aabf1aedc15..b75c89026e6b88c8bd1bff39a60790a9c51c4177 100644 |
--- a/ui/app_list/views/app_list_main_view.h |
+++ b/ui/app_list/views/app_list_main_view.h |
@@ -95,8 +95,8 @@ class APP_LIST_EXPORT AppListMainView : public views::View, |
// Invoked when |icon_loading_wait_timer_| fires. |
void OnIconLoadingWaitTimer(); |
- // Invoked from an IconLoader when icon loading is finished. |
- void OnItemIconLoaded(IconLoader* loader); |
+ // Invoked from an IconLoader when icon loading is finished or item is closed. |
+ void OnIconLoaderFinished(IconLoader* loader); |
// Overridden from AppsGridViewDelegate: |
void ActivateApp(AppListItem* item, int event_flags) override; |