Index: ui/app_list/presenter/app_list_presenter_impl.cc |
diff --git a/ui/app_list/presenter/app_list_presenter_impl.cc b/ui/app_list/presenter/app_list_presenter_impl.cc |
index cd181d1657ed606e57ce605f0824b4b262a8eb1d..deab037fcb4953abee017954ddc0e44aeed56efb 100644 |
--- a/ui/app_list/presenter/app_list_presenter_impl.cc |
+++ b/ui/app_list/presenter/app_list_presenter_impl.cc |
@@ -37,6 +37,7 @@ AppListPresenterImpl::AppListPresenterImpl( |
} |
AppListPresenterImpl::~AppListPresenterImpl() { |
+ AppListPresenterImpl::Dismiss(); |
mfomitchev
2016/10/20 19:52:23
remove "AppListPresenterImpl::"
thanhph
2016/10/20 19:58:07
Ok!
|
presenter_delegate_.reset(); |
// Ensures app list view goes before the controller since pagination model |
// lives in the controller and app list view would access it on destruction. |