| Index: ui/base/accelerators/accelerator.cc
|
| diff --git a/ui/base/models/accelerator.cc b/ui/base/accelerators/accelerator.cc
|
| similarity index 99%
|
| rename from ui/base/models/accelerator.cc
|
| rename to ui/base/accelerators/accelerator.cc
|
| index 45dee03a06f5ba4cfef6edba0e929f6a8976837d..74d9f031894a2cd55083493cb28f19c0bf538e8b 100644
|
| --- a/ui/base/models/accelerator.cc
|
| +++ b/ui/base/accelerators/accelerator.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/models/accelerator.h"
|
| +#include "ui/base/accelerators/accelerator.h"
|
|
|
| #if defined(OS_WIN)
|
| #include <windows.h>
|
|
|