| Index: ash/common/session/session_controller_unittest.cc
|
| diff --git a/ash/session/session_controller_unittest.cc b/ash/common/session/session_controller_unittest.cc
|
| similarity index 98%
|
| rename from ash/session/session_controller_unittest.cc
|
| rename to ash/common/session/session_controller_unittest.cc
|
| index d4fc49159b3923bce48906b131bdadcef4540af9..e5eb8f490aeda7cc6aa8dfca4f83bba0f0c2e687 100644
|
| --- a/ash/session/session_controller_unittest.cc
|
| +++ b/ash/common/session/session_controller_unittest.cc
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/session/session_controller.h"
|
| +#include "ash/common/session/session_controller.h"
|
|
|
| #include <memory>
|
| #include <string>
|
| #include <utility>
|
| #include <vector>
|
|
|
| +#include "ash/common/session/session_controller.h"
|
| +#include "ash/common/session/session_state_observer.h"
|
| #include "ash/public/interfaces/session_controller.mojom.h"
|
| -#include "ash/session/session_controller.h"
|
| -#include "ash/session/session_state_observer.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "components/user_manager/user_type.h"
|
|
|