| Index: ui/base/accelerators/accelerator_manager.cc
|
| diff --git a/ui/base/accelerator_manager.cc b/ui/base/accelerators/accelerator_manager.cc
|
| similarity index 97%
|
| rename from ui/base/accelerator_manager.cc
|
| rename to ui/base/accelerators/accelerator_manager.cc
|
| index 8ebfefd1383343b6c2b2a380150e4dcb5c753415..c675211c3bd764fbc6a178b073078448ccc28535 100644
|
| --- a/ui/base/accelerator_manager.cc
|
| +++ b/ui/base/accelerators/accelerator_manager.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/base/accelerator_manager.h"
|
| +#include "ui/base/accelerators/accelerator_manager.h"
|
|
|
| #include <algorithm>
|
|
|
|
|