| Index: ash/accelerators/accelerator_filter.cc
|
| diff --git a/ash/accelerators/accelerator_filter.cc b/ash/accelerators/accelerator_filter.cc
|
| index 57ac69558a4e00f15a383dde6804ebaca094b663..1ce80c76de521a0f94a49fe960c8b7901b192f6a 100644
|
| --- a/ash/accelerators/accelerator_filter.cc
|
| +++ b/ash/accelerators/accelerator_filter.cc
|
| @@ -58,7 +58,7 @@ bool ShouldProcessAcceleratorsNow(const ui::Accelerator& accelerator,
|
| if (!target)
|
| return true;
|
|
|
| - Shell::RootWindowList root_windows = Shell::GetAllRootWindows();
|
| + aura::Window::Windows root_windows = Shell::GetAllRootWindows();
|
| if (std::find(root_windows.begin(), root_windows.end(), target) !=
|
| root_windows.end())
|
| return true;
|
|
|