Index: ash/wm/event_client_impl.cc |
diff --git a/ash/wm/event_client_impl.cc b/ash/wm/event_client_impl.cc |
index 03d4dea0b030c1130b5134ef22ece67fdb2b7df0..fbf5f86eda30e9276b201d27f6f82f4b2fa11df7 100644 |
--- a/ash/wm/event_client_impl.cc |
+++ b/ash/wm/event_client_impl.cc |
@@ -21,7 +21,7 @@ EventClientImpl::~EventClientImpl() { |
bool EventClientImpl::CanProcessEventsWithinSubtree( |
const aura::Window* window) const { |
- const aura::RootWindow* root_window = window ? window->GetRootWindow() : NULL; |
+ const aura::Window* root_window = window ? window->GetRootWindow() : NULL; |
if (!root_window || |
!Shell::GetInstance()->session_state_delegate()->IsUserSessionBlocked()) { |
return true; |