Index: ui/base/accelerators/accelerator_gtk.h |
diff --git a/ui/base/models/accelerator_gtk.h b/ui/base/accelerators/accelerator_gtk.h |
similarity index 88% |
rename from ui/base/models/accelerator_gtk.h |
rename to ui/base/accelerators/accelerator_gtk.h |
index 720e2919a3aedc71282469cb290b3fe431131cfb..4b4f1b3acf54fe44e4cbbc5340f2df52d283bd22 100644 |
--- a/ui/base/models/accelerator_gtk.h |
+++ b/ui/base/accelerators/accelerator_gtk.h |
@@ -2,15 +2,15 @@ |
// 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_GTK_H_ |
-#define UI_BASE_MODELS_ACCELERATOR_GTK_H_ |
+#ifndef UI_BASE_ACCELERATORS_ACCELERATOR_GTK_H_ |
+#define UI_BASE_ACCELERATORS_ACCELERATOR_GTK_H_ |
#pragma once |
#include <gdk/gdk.h> |
+#include "ui/base/accelerators/accelerator.h" |
#include "ui/base/keycodes/keyboard_code_conversion_gtk.h" |
#include "ui/base/keycodes/keyboard_codes_posix.h" |
-#include "ui/base/models/accelerator.h" |
namespace ui { |
@@ -56,4 +56,4 @@ class AcceleratorGtk : public Accelerator { |
} // namespace ui |
-#endif // UI_BASE_MODELS_ACCELERATOR_GTK_H_ |
+#endif // UI_BASE_ACCELERATORS_ACCELERATOR_GTK_H_ |