| Index: ash/common/accelerators/accelerator_router.cc
|
| diff --git a/ash/common/accelerators/accelerator_router.cc b/ash/common/accelerators/accelerator_router.cc
|
| index 51e08cbdcb12dfc55d2da1a8bf56de2ffaf5da15..9b47ee68d08d725cff3ddfa46463910a69e6a51b 100644
|
| --- a/ash/common/accelerators/accelerator_router.cc
|
| +++ b/ash/common/accelerators/accelerator_router.cc
|
| @@ -84,7 +84,7 @@ bool AcceleratorRouter::ShouldProcessAcceleratorNow(
|
| if (accelerator.IsCmdDown())
|
| return true;
|
|
|
| - if (ContainsValue(WmShell::Get()->GetAllRootWindows(), target))
|
| + if (base::ContainsValue(WmShell::Get()->GetAllRootWindows(), target))
|
| return true;
|
|
|
| AcceleratorController* accelerator_controller =
|
|
|