| Index: ash/session/session_state_delegate.h
|
| diff --git a/ash/common/session/session_state_delegate.h b/ash/session/session_state_delegate.h
|
| similarity index 95%
|
| rename from ash/common/session/session_state_delegate.h
|
| rename to ash/session/session_state_delegate.h
|
| index 166b20ffdc8aeefbb1cd43d0f896521ed830eb6b..e6c71038a518a07b9db25f853075f468b8ec023f 100644
|
| --- a/ash/common/session/session_state_delegate.h
|
| +++ b/ash/session/session_state_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
|
| -#define ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
|
| +#ifndef ASH_SESSION_SESSION_STATE_DELEGATE_H_
|
| +#define ASH_SESSION_SESSION_STATE_DELEGATE_H_
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/public/cpp/session_types.h"
|
| @@ -102,4 +102,4 @@ class ASH_EXPORT SessionStateDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SESSION_SESSION_STATE_DELEGATE_H_
|
| +#endif // ASH_SESSION_SESSION_STATE_DELEGATE_H_
|
|
|