Index: trunk/src/ash/shell/lock_view.cc |
=================================================================== |
--- trunk/src/ash/shell/lock_view.cc (revision 194588) |
+++ trunk/src/ash/shell/lock_view.cc (working copy) |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/session_state_delegate.h" |
#include "ash/shell.h" |
+#include "ash/shell_delegate.h" |
#include "ash/shell_window_ids.h" |
#include "ash/shell/example_factory.h" |
#include "base/utf_string_conversions.h" |
@@ -64,7 +64,7 @@ |
// Overridden from views::WidgetDelegateView: |
virtual void WindowClosing() OVERRIDE { |
- Shell::GetInstance()->session_state_delegate()->UnlockScreen(); |
+ Shell::GetInstance()->delegate()->UnlockScreen(); |
} |
// Overridden from views::ButtonListener: |