| Index: ash/common/session/session_state_delegate.h
|
| diff --git a/ash/session/session_state_delegate.h b/ash/common/session/session_state_delegate.h
|
| similarity index 95%
|
| rename from ash/session/session_state_delegate.h
|
| rename to ash/common/session/session_state_delegate.h
|
| index 8768f73e610b1010dce305529ab4d5cebd52d70c..b989298945c43eed2bdc61aa3289781f3735639d 100644
|
| --- a/ash/session/session_state_delegate.h
|
| +++ b/ash/common/session/session_state_delegate.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SESSION_SESSION_STATE_DELEGATE_H_
|
| -#define ASH_SESSION_SESSION_STATE_DELEGATE_H_
|
| +#ifndef ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
|
| +#define ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
|
|
|
| #include <string>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/session/session_types.h"
|
| +#include "ash/common/session/session_types.h"
|
|
|
| class AccountId;
|
|
|
| @@ -135,4 +135,4 @@ class ASH_EXPORT SessionStateDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SESSION_SESSION_STATE_DELEGATE_H_
|
| +#endif // ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
|
|
|