Index: ash/common/accelerators/debug_commands.h |
diff --git a/ash/accelerators/debug_commands.h b/ash/common/accelerators/debug_commands.h |
similarity index 81% |
rename from ash/accelerators/debug_commands.h |
rename to ash/common/accelerators/debug_commands.h |
index 0981ebd89de61e6e872e2311a8661c359fb451ef..b9938a24f5b3548c90b57f6044b1d16012d4e256 100644 |
--- a/ash/accelerators/debug_commands.h |
+++ b/ash/common/accelerators/debug_commands.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef ASH_ACCELERATORS_DEBUG_COMMANDS_H_ |
-#define ASH_ACCELERATORS_DEBUG_COMMANDS_H_ |
+#ifndef ASH_COMMON_ACCELERATORS_DEBUG_COMMANDS_H_ |
+#define ASH_COMMON_ACCELERATORS_DEBUG_COMMANDS_H_ |
-#include "ash/accelerators/accelerator_table.h" |
#include "ash/ash_export.h" |
+#include "ash/common/accelerators/accelerator_table.h" |
// This file contains implementations of commands that are used only when |
// debugging. |
@@ -30,4 +30,4 @@ ASH_EXPORT void PerformDebugActionIfEnabled(AcceleratorAction action); |
} // namespace debug |
} // namespace ash |
-#endif // ASH_ACCELERATORS_DEBUG_COMMANDS_H_ |
+#endif // ASH_COMMON_ACCELERATORS_DEBUG_COMMANDS_H_ |