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

Unified Diff: ash/common/accelerators/accelerator_table.h

Issue 2166793005: Moves accelerator code using common types to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debug_commands
Patch Set: not relative Created 4 years, 5 months 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
Index: ash/common/accelerators/accelerator_table.h
diff --git a/ash/accelerators/accelerator_table.h b/ash/common/accelerators/accelerator_table.h
similarity index 98%
rename from ash/accelerators/accelerator_table.h
rename to ash/common/accelerators/accelerator_table.h
index 7d40cf644ff4521067f9631fd00bcb4dc8deccbc..5a1888a6aa6d0493c9df1d03ec8b0325f2a437b7 100644
--- a/ash/accelerators/accelerator_table.h
+++ b/ash/common/accelerators/accelerator_table.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
-#define ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
+#ifndef ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
+#define ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
#include <stddef.h>
@@ -258,4 +258,4 @@ ASH_EXPORT extern const size_t kActionsKeepingMenuOpenLength;
} // namespace ash
-#endif // ASH_ACCELERATORS_ACCELERATOR_TABLE_H_
+#endif // ASH_COMMON_ACCELERATORS_ACCELERATOR_TABLE_H_
« no previous file with comments | « ash/common/accelerators/accelerator_controller_delegate.h ('k') | ash/common/accelerators/accelerator_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698