| Index: ash/shell/app_list.cc
|
| ===================================================================
|
| --- ash/shell/app_list.cc (revision 128508)
|
| +++ ash/shell/app_list.cc (working copy)
|
| @@ -7,6 +7,8 @@
|
| #include "ash/app_list/app_list_model.h"
|
| #include "ash/app_list/app_list_view_delegate.h"
|
| #include "ash/app_list/app_list_view.h"
|
| +#include "ash/shell.h"
|
| +#include "ash/shell_delegate.h"
|
| #include "ash/shell/example_factory.h"
|
| #include "ash/shell/toplevel_window.h"
|
| #include "base/basictypes.h"
|
| @@ -80,7 +82,7 @@
|
| break;
|
| }
|
| case LOCK_SCREEN: {
|
| - CreateLockScreen();
|
| + Shell::GetInstance()->delegate()->LockScreen();
|
| break;
|
| }
|
| case WIDGETS_WINDOW: {
|
|
|