Index: ash/accelerators/debug_commands.cc |
diff --git a/ash/accelerators/debug_commands.cc b/ash/accelerators/debug_commands.cc |
index 4a6433e3ca0781dda0722f5a5f5ebacd518e86ad..169c4531eb15a3418bae9849e2258df472ffbdc9 100644 |
--- a/ash/accelerators/debug_commands.cc |
+++ b/ash/accelerators/debug_commands.cc |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/accelerators/accelerator_commands.h" |
+#include "ash/accelerators/debug_commands.h" |
-#include "ash/accelerators/accelerator_table.h" |
+#include "ash/accelerators/accelerator_commands.h" |
#include "ash/ash_switches.h" |
#include "ash/debug.h" |
#include "ash/desktop_background/desktop_background_controller.h" |
@@ -139,7 +139,7 @@ bool DebugAcceleratorsEnabled() { |
switches::kAshDebugShortcuts); |
} |
-bool PerformDebugAction(int action) { |
+bool PerformDebugAction(AcceleratorAction action) { |
if (!DebugAcceleratorsEnabled()) |
return false; |