| Index: ash/test/test_session_state_delegate.h
|
| diff --git a/ash/common/test/test_session_state_delegate.h b/ash/test/test_session_state_delegate.h
|
| similarity index 96%
|
| rename from ash/common/test/test_session_state_delegate.h
|
| rename to ash/test/test_session_state_delegate.h
|
| index eb71d540f849290862a1fa8359f04aba10dc4d61..35fe677448a888edd98621b3684909d078956594 100644
|
| --- a/ash/common/test/test_session_state_delegate.h
|
| +++ b/ash/test/test_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_TEST_TEST_SESSION_STATE_DELEGATE_H_
|
| -#define ASH_COMMON_TEST_TEST_SESSION_STATE_DELEGATE_H_
|
| +#ifndef ASH_TEST_TEST_SESSION_STATE_DELEGATE_H_
|
| +#define ASH_TEST_TEST_SESSION_STATE_DELEGATE_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -119,4 +119,4 @@ class TestSessionStateDelegate : public SessionStateDelegate {
|
| } // namespace test
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_TEST_TEST_SESSION_STATE_DELEGATE_H_
|
| +#endif // ASH_TEST_TEST_SESSION_STATE_DELEGATE_H_
|
|
|