| Index: ash/common/session/session_state_observer.cc
|
| diff --git a/ash/session/session_state_observer.cc b/ash/common/session/session_state_observer.cc
|
| similarity index 80%
|
| rename from ash/session/session_state_observer.cc
|
| rename to ash/common/session/session_state_observer.cc
|
| index 29468c2b38491339bc5ea6838a87d470f7e2f324..27bbe9d8d3c79448989f1fa8c92d9de93112de35 100644
|
| --- a/ash/session/session_state_observer.cc
|
| +++ b/ash/common/session/session_state_observer.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/session/session_state_observer.h"
|
| +#include "ash/common/session/session_state_observer.h"
|
|
|
| -#include "ash/session/session_state_delegate.h"
|
| -#include "ash/wm_shell.h"
|
| +#include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
|
|
| namespace ash {
|
|
|
|
|