| Index: ash/common/accelerators/accelerator_table.h
|
| diff --git a/ash/accelerators/accelerator_table.h b/ash/common/accelerators/accelerator_table.h
|
| similarity index 98%
|
| rename from ash/accelerators/accelerator_table.h
|
| rename to ash/common/accelerators/accelerator_table.h
|
| index 7d40cf644ff4521067f9631fd00bcb4dc8deccbc..5a1888a6aa6d0493c9df1d03ec8b0325f2a437b7 100644
|
| --- a/ash/accelerators/accelerator_table.h
|
| +++ b/ash/common/accelerators/accelerator_table.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
| -#define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
| +#ifndef ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
|
| +#define ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -258,4 +258,4 @@ ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength;
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
|
| +#endif // ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
|
|
|