| Index: ash/cancel_mode.cc
|
| diff --git a/ash/cancel_mode.cc b/ash/cancel_mode.cc
|
| index df775d2ce4ce829f20b239ef677a1d642582b769..64c352ef0df3e1914477c589f391b6d1f7d0ffe3 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)->dispatcher()->AsRootWindowHostDelegate()->OnHostCancelMode();
|
| + (*i)->dispatcher()->AsWindowTreeHostDelegate()->OnHostCancelMode();
|
| }
|
| }
|
|
|
|
|