| Index: ash/test/test_session_state_delegate.cc
|
| diff --git a/ash/common/test/test_session_state_delegate.cc b/ash/test/test_session_state_delegate.cc
|
| similarity index 98%
|
| rename from ash/common/test/test_session_state_delegate.cc
|
| rename to ash/test/test_session_state_delegate.cc
|
| index 265c048705225444ce6dc5a3db832dc810e427e1..f7fbcda937fd1af47a5b9f1238eea0c877139807 100644
|
| --- a/ash/common/test/test_session_state_delegate.cc
|
| +++ b/ash/test/test_session_state_delegate.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/test_session_state_delegate.h"
|
| +#include "ash/test/test_session_state_delegate.h"
|
|
|
| #include <algorithm>
|
| #include <string>
|
|
|
| -#include "ash/common/login_status.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/login_status.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/strings/string16.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|