| Index: trunk/src/ash/accelerators/accelerator_filter.cc
|
| ===================================================================
|
| --- trunk/src/ash/accelerators/accelerator_filter.cc (revision 233812)
|
| +++ trunk/src/ash/accelerators/accelerator_filter.cc (working copy)
|
| @@ -58,7 +58,7 @@
|
| if (!target)
|
| return true;
|
|
|
| - aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| + Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| if (std::find(root_windows.begin(), root_windows.end(), target) !=
|
| root_windows.end())
|
| return true;
|
|
|