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

Unified Diff: ash/accelerators/accelerator_controller.h

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs Created 3 years, 10 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
« no previous file with comments | « ash/accelerators/accelerator_commands_unittest.cc ('k') | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ash/accelerators/accelerator_commands_unittest.cc ('k') | ash/accelerators/accelerator_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698