| Index: ash/test/shell_test_api.h
|
| diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
|
| index f197d507670ac50b5959b76d21225730504a40e6..9457e7511febcda91889e137c0e67aaa61f876c4 100644
|
| --- a/ash/test/shell_test_api.h
|
| +++ b/ash/test/shell_test_api.h
|
| @@ -16,7 +16,7 @@ class InputMethodEventFilter;
|
| namespace ash {
|
| class AshNativeCursorManager;
|
| class LauncherDelegate;
|
| -class LauncherModel;
|
| +class ShelfModel;
|
| class Shell;
|
|
|
| namespace internal {
|
| @@ -41,7 +41,7 @@ public:
|
| internal::WorkspaceController* workspace_controller();
|
| internal::ScreenPositionController* screen_position_controller();
|
| AshNativeCursorManager* ash_native_cursor_manager();
|
| - LauncherModel* launcher_model();
|
| + ShelfModel* shelf_model();
|
| internal::DragDropController* drag_drop_controller();
|
| internal::AppListController* app_list_controller();
|
|
|
|
|