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

Unified Diff: ui/base/accelerators/accelerator_manager.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_gtk.h ('k') | ui/base/accelerators/accelerator_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/accelerators/accelerator_manager.h
diff --git a/ui/base/accelerator_manager.h b/ui/base/accelerators/accelerator_manager.h
similarity index 91%
rename from ui/base/accelerator_manager.h
rename to ui/base/accelerators/accelerator_manager.h
index 703d2c48dce273ff60eb866e7af7eeaf55101b02..50c73c0df1572442c1e49a17edbd08ae6bc49ad4 100644
--- a/ui/base/accelerator_manager.h
+++ b/ui/base/accelerators/accelerator_manager.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_ACCELERATOR_MANAGER_H_
-#define UI_BASE_ACCELERATOR_MANAGER_H_
+#ifndef UI_BASE_ACCELERATORS_ACCELERATOR_MANAGER_H_
+#define UI_BASE_ACCELERATORS_ACCELERATOR_MANAGER_H_
#pragma once
#include <list>
#include <map>
#include "base/basictypes.h"
-#include "ui/base/models/accelerator.h"
+#include "ui/base/accelerators/accelerator.h"
#include "ui/base/ui_export.h"
namespace ui {
@@ -62,4 +62,4 @@ class UI_EXPORT AcceleratorManager {
} // namespace ui
-#endif // UI_BASE_ACCELERATOR_MANAGER_H_
+#endif // UI_BASE_ACCELERATORS_ACCELERATOR_MANAGER_H_
« no previous file with comments | « ui/base/accelerators/accelerator_gtk.h ('k') | ui/base/accelerators/accelerator_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698