| Index: ui/base/accelerators/accelerator.h
|
| diff --git a/ui/base/models/accelerator.h b/ui/base/accelerators/accelerator.h
|
| similarity index 96%
|
| rename from ui/base/models/accelerator.h
|
| rename to ui/base/accelerators/accelerator.h
|
| index 42de42ab4a5ea353277135432cfc146b2f9e5098..5977c8c2c1cf675fc303c4736c22ffcfe503281f 100644
|
| --- a/ui/base/models/accelerator.h
|
| +++ b/ui/base/accelerators/accelerator.h
|
| @@ -8,8 +8,8 @@
|
| // It also defines the < operator so that it can be used as a key in a std::map.
|
| //
|
|
|
| -#ifndef UI_BASE_MODELS_ACCELERATOR_H_
|
| -#define UI_BASE_MODELS_ACCELERATOR_H_
|
| +#ifndef UI_BASE_ACCELERATORS_ACCELERATOR_H_
|
| +#define UI_BASE_ACCELERATORS_ACCELERATOR_H_
|
| #pragma once
|
|
|
| #include "base/string16.h"
|
| @@ -126,4 +126,4 @@ class AcceleratorProvider {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_BASE_MODELS_ACCELERATOR_H_
|
| +#endif // UI_BASE_ACCELERATORS_ACCELERATOR_H_
|
|
|