| Index: ash/test/shell_test_api.cc
|
| diff --git a/ash/test/shell_test_api.cc b/ash/test/shell_test_api.cc
|
| index 9be15613e0d462649db017ee6d34476475e66261..b042e476973741c106598bb7093467bbd8c926c5 100644
|
| --- a/ash/test/shell_test_api.cc
|
| +++ b/ash/test/shell_test_api.cc
|
| @@ -44,8 +44,8 @@ DragDropController* ShellTestApi::drag_drop_controller() {
|
| return shell_->drag_drop_controller_.get();
|
| }
|
|
|
| -app_list::AppListShower* ShellTestApi::app_list_shower() {
|
| - return shell_->delegate_->GetAppListShower();
|
| +app_list::AppListPresenter* ShellTestApi::app_list_presenter() {
|
| + return shell_->delegate_->GetAppListPresenter();
|
| }
|
|
|
| void ShellTestApi::DisableDisplayAnimator() {
|
|
|