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

Unified Diff: ui/base/accelerators/accelerator.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/accelerator_manager.cc ('k') | ui/base/accelerators/accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/base/accelerator_manager.cc ('k') | ui/base/accelerators/accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698