| 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..7d13801310cdd288ee684bcea0cc95df906999a2 100644
|
| --- a/ash/test/shell_test_api.cc
|
| +++ b/ash/test/shell_test_api.cc
|
| @@ -9,7 +9,6 @@
|
| #include "ash/session/session_state_delegate.h"
|
| #include "ash/shelf/shelf_delegate.h"
|
| #include "ash/shell.h"
|
| -#include "ash/shell_delegate.h"
|
|
|
| namespace ash {
|
| namespace test {
|
| @@ -44,8 +43,8 @@
|
| return shell_->drag_drop_controller_.get();
|
| }
|
|
|
| -app_list::AppListShower* ShellTestApi::app_list_shower() {
|
| - return shell_->delegate_->GetAppListShower();
|
| +AppListController* ShellTestApi::app_list_controller() {
|
| + return shell_->app_list_controller_.get();
|
| }
|
|
|
| void ShellTestApi::DisableDisplayAnimator() {
|
|
|