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

Unified Diff: ash/accelerators/accelerator_commands.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/README.md ('k') | ash/accelerators/accelerator_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_commands.h
diff --git a/ash/common/accelerators/accelerator_commands.h b/ash/accelerators/accelerator_commands.h
similarity index 84%
rename from ash/common/accelerators/accelerator_commands.h
rename to ash/accelerators/accelerator_commands.h
index 279c59e11cb500c7a0ce13cf242d41e2c4a8451a..df576ba975f02e96636e3db622a1f302ac96126d 100644
--- a/ash/common/accelerators/accelerator_commands.h
+++ b/ash/accelerators/accelerator_commands.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_COMMANDS_H_
-#define ASH_COMMON_ACCELERATORS_ACCELERATOR_COMMANDS_H_
+#ifndef ASH_ACCELERATORS_ACCELERATOR_COMMANDS_H_
+#define ASH_ACCELERATORS_ACCELERATOR_COMMANDS_H_
#include "ash/ash_export.h"
@@ -28,4 +28,4 @@ ASH_EXPORT void ToggleFullscreen();
} // namespace accelerators
} // namespace ash
-#endif // ASH_COMMON_ACCELERATORS_ACCELERATOR_COMMANDS_H_
+#endif // ASH_ACCELERATORS_ACCELERATOR_COMMANDS_H_
« no previous file with comments | « ash/README.md ('k') | ash/accelerators/accelerator_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698