| Index: ui/base/accelerators/accelerator_cocoa.h
|
| diff --git a/ui/base/models/accelerator_cocoa.h b/ui/base/accelerators/accelerator_cocoa.h
|
| similarity index 85%
|
| rename from ui/base/models/accelerator_cocoa.h
|
| rename to ui/base/accelerators/accelerator_cocoa.h
|
| index f1c980c8b6d8429cb9822cfc168805e8b18a9705..5be4715082f4acfae6ab5cbcbecdd5e415531956 100644
|
| --- a/ui/base/models/accelerator_cocoa.h
|
| +++ b/ui/base/accelerators/accelerator_cocoa.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_BASE_MODELS_ACCELERATOR_COCOA_H_
|
| -#define UI_BASE_MODELS_ACCELERATOR_COCOA_H_
|
| +#ifndef UI_BASE_ACCELERATORS_ACCELERATOR_COCOA_H_
|
| +#define UI_BASE_ACCELERATORS_ACCELERATOR_COCOA_H_
|
| #pragma once
|
|
|
| #include <Foundation/Foundation.h>
|
|
|
| #include "base/memory/scoped_nsobject.h"
|
| -#include "ui/base/models/accelerator.h"
|
| +#include "ui/base/accelerators/accelerator.h"
|
| #include "ui/base/ui_export.h"
|
|
|
| namespace ui {
|
| @@ -41,4 +41,4 @@ class UI_EXPORT AcceleratorCocoa : public Accelerator {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_BASE_MODELS_ACCELERATOR_COCOA_H_
|
| +#endif // UI_BASE_ACCELERATORS_ACCELERATOR_COCOA_H_
|
|
|