Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: ui/base/accelerators/accelerator_gtk.h

Issue 8695005: Move accelerator related files to ui/base/accelerators (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/accelerators/accelerator_cocoa.mm ('k') | ui/base/accelerators/accelerator_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/base/accelerators/accelerator_cocoa.mm ('k') | ui/base/accelerators/accelerator_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698