| Index: ash/common/accelerators/debug_commands.cc
|
| diff --git a/ash/accelerators/debug_commands.cc b/ash/common/accelerators/debug_commands.cc
|
| similarity index 97%
|
| rename from ash/accelerators/debug_commands.cc
|
| rename to ash/common/accelerators/debug_commands.cc
|
| index 48a7d5000880750c6037e218d9656302dd8f19f5..92e32c7e11df9557494452bc6a08c0e03f0a92f4 100644
|
| --- a/ash/accelerators/debug_commands.cc
|
| +++ b/ash/common/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/debug_commands.h"
|
| +#include "ash/common/accelerators/debug_commands.h"
|
|
|
| -#include "ash/accelerators/accelerator_commands.h"
|
| +#include "ash/common/accelerators/accelerator_commands.h"
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/shell_delegate.h"
|
| #include "ash/common/system/toast/toast_data.h"
|
|
|