| Index: ash/accelerators/ash_focus_manager_factory.cc
|
| diff --git a/ash/common/accelerators/ash_focus_manager_factory.cc b/ash/accelerators/ash_focus_manager_factory.cc
|
| similarity index 85%
|
| rename from ash/common/accelerators/ash_focus_manager_factory.cc
|
| rename to ash/accelerators/ash_focus_manager_factory.cc
|
| index 058e05756e542f40105be7105a7e4667f40a0110..64ae346b1805e920bcad9ed3cff39c6c7e15577c 100644
|
| --- a/ash/common/accelerators/ash_focus_manager_factory.cc
|
| +++ b/ash/accelerators/ash_focus_manager_factory.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/accelerators/ash_focus_manager_factory.h"
|
| +#include "ash/accelerators/ash_focus_manager_factory.h"
|
|
|
| -#include "ash/common/accelerators/accelerator_controller.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/accelerators/accelerator_controller.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/views/focus/focus_manager.h"
|
|
|
|
|