Index: ash/wm/event_client_impl.cc |
diff --git a/ash/wm/event_client_impl.cc b/ash/wm/event_client_impl.cc |
index fb186250db7c7fd71c7711f25dfb1e0e2388d879..69de5326153a51d8827d109e9c5a6ff5ac712546 100644 |
--- a/ash/wm/event_client_impl.cc |
+++ b/ash/wm/event_client_impl.cc |
@@ -23,7 +23,7 @@ bool EventClientImpl::CanProcessEventsWithinSubtree( |
// remove this. |
const aura::Window* root_window = window ? window->GetRootWindow() : NULL; |
if (!root_window || |
- !WmShell::Get()->session_controller()->IsUserSessionBlocked()) { |
+ !Shell::Get()->session_controller()->IsUserSessionBlocked()) { |
return true; |
} |