Index: ash/accelerators/accelerator_controller.h |
diff --git a/ash/common/accelerators/accelerator_controller.h b/ash/accelerators/accelerator_controller.h |
similarity index 96% |
rename from ash/common/accelerators/accelerator_controller.h |
rename to ash/accelerators/accelerator_controller.h |
index 0a39c635b19f4386365b07c367ab15ebef41fc85..4be34b7f5632b2787189925af0e13dd5c177b5f4 100644 |
--- a/ash/common/accelerators/accelerator_controller.h |
+++ b/ash/accelerators/accelerator_controller.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_COMMON_ACCELERATORS_ACCELERATOR_CONTROLLER_H_ |
-#define ASH_COMMON_ACCELERATORS_ACCELERATOR_CONTROLLER_H_ |
+#ifndef ASH_ACCELERATORS_ACCELERATOR_CONTROLLER_H_ |
+#define ASH_ACCELERATORS_ACCELERATOR_CONTROLLER_H_ |
#include <stddef.h> |
@@ -12,9 +12,9 @@ |
#include <set> |
#include <vector> |
+#include "ash/accelerators/accelerator_table.h" |
+#include "ash/accelerators/exit_warning_handler.h" |
#include "ash/ash_export.h" |
-#include "ash/common/accelerators/accelerator_table.h" |
-#include "ash/common/accelerators/exit_warning_handler.h" |
#include "ash/public/interfaces/accelerator_controller.mojom.h" |
#include "base/compiler_specific.h" |
#include "base/gtest_prod_util.h" |
@@ -231,4 +231,4 @@ class ASH_EXPORT AcceleratorController |
} // namespace ash |
-#endif // ASH_COMMON_ACCELERATORS_ACCELERATOR_CONTROLLER_H_ |
+#endif // ASH_ACCELERATORS_ACCELERATOR_CONTROLLER_H_ |