| Index: ash/wm/mru_window_tracker_unittest.cc
|
| diff --git a/ash/common/wm/mru_window_tracker_unittest.cc b/ash/wm/mru_window_tracker_unittest.cc
|
| similarity index 95%
|
| rename from ash/common/wm/mru_window_tracker_unittest.cc
|
| rename to ash/wm/mru_window_tracker_unittest.cc
|
| index cf92338fbcd0dd262c335c0180e9b84a485ec4e2..94c4b93a47150e5e45fec1bd65f613a3497fab58 100644
|
| --- a/ash/common/wm/mru_window_tracker_unittest.cc
|
| +++ b/ash/wm/mru_window_tracker_unittest.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/wm/mru_window_tracker.h"
|
| +#include "ash/wm/mru_window_tracker.h"
|
|
|
| -#include "ash/common/test/ash_test.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| +#include "ash/test/ash_test.h"
|
| +#include "ash/wm/window_state.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/base/hit_test.h"
|
|
|
| namespace ash {
|
|
|