Index: trunk/src/ash/shell/app_list.cc |
=================================================================== |
--- trunk/src/ash/shell/app_list.cc (revision 194588) |
+++ trunk/src/ash/shell/app_list.cc (working copy) |
@@ -4,10 +4,10 @@ |
#include <string> |
-#include "ash/session_state_delegate.h" |
#include "ash/shell.h" |
#include "ash/shell/example_factory.h" |
#include "ash/shell/toplevel_window.h" |
+#include "ash/shell_delegate.h" |
#include "base/basictypes.h" |
#include "base/i18n/case_conversion.h" |
#include "base/i18n/string_search.h" |
@@ -109,7 +109,7 @@ |
break; |
} |
case LOCK_SCREEN: { |
- Shell::GetInstance()->session_state_delegate()->LockScreen(); |
+ Shell::GetInstance()->delegate()->LockScreen(); |
break; |
} |
case WIDGETS_WINDOW: { |