Index: ash/cancel_mode.cc |
diff --git a/ash/cancel_mode.cc b/ash/cancel_mode.cc |
index 96d7dcdda9168c0e651b04458c773f7f563aa4fb..c065b0f75d5d9aedb8be95827b3bd5803f977c08 100644 |
--- a/ash/cancel_mode.cc |
+++ b/ash/cancel_mode.cc |
@@ -15,7 +15,7 @@ void DispatchCancelMode() { |
Shell::GetAllRootWindowControllers()); |
for (Shell::RootWindowControllerList::const_iterator i = controllers.begin(); |
i != controllers.end(); ++i) { |
- (*i)->host()->dispatcher()->DispatchCancelModeEvent(); |
+ (*i)->GetHost()->dispatcher()->DispatchCancelModeEvent(); |
} |
} |