| Index: ash/test/wm_shell_test_api.cc
|
| diff --git a/ash/common/test/wm_shell_test_api.cc b/ash/test/wm_shell_test_api.cc
|
| similarity index 87%
|
| rename from ash/common/test/wm_shell_test_api.cc
|
| rename to ash/test/wm_shell_test_api.cc
|
| index e48b444c4386bd67df79bc5e96c715754b6aa9c0..a4c52439350a1303c1d35bb9a5c2a7b721e9fb67 100644
|
| --- a/ash/common/test/wm_shell_test_api.cc
|
| +++ b/ash/test/wm_shell_test_api.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/test/wm_shell_test_api.h"
|
| +#include "ash/test/wm_shell_test_api.h"
|
|
|
| #include <utility>
|
|
|
| -#include "ash/common/wm_shell.h"
|
| #include "ash/public/interfaces/new_window.mojom.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| +#include "ash/wm_shell.h"
|
|
|
| namespace ash {
|
|
|
|
|