| Index: blimp/engine/browser_tests/test_client_session.h
|
| diff --git a/blimp/client/app/session/test_client_session.h b/blimp/engine/browser_tests/test_client_session.h
|
| similarity index 64%
|
| rename from blimp/client/app/session/test_client_session.h
|
| rename to blimp/engine/browser_tests/test_client_session.h
|
| index 950cba7f4a376dab4fddc2a6b7319a8be36987f8..cef36ca6028a6819f7b154c13583f4121df6981b 100644
|
| --- a/blimp/client/app/session/test_client_session.h
|
| +++ b/blimp/engine/browser_tests/test_client_session.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BLIMP_CLIENT_APP_SESSION_TEST_CLIENT_SESSION_H_
|
| -#define BLIMP_CLIENT_APP_SESSION_TEST_CLIENT_SESSION_H_
|
| +#ifndef BLIMP_ENGINE_BROWSER_TESTS_TEST_CLIENT_SESSION_H_
|
| +#define BLIMP_ENGINE_BROWSER_TESTS_TEST_CLIENT_SESSION_H_
|
|
|
| -#include "blimp/client/app/session/blimp_client_session.h"
|
| +#include "blimp/engine/browser_tests/blimp_client_session.h"
|
|
|
| namespace blimp {
|
| namespace client {
|
| @@ -22,4 +22,4 @@ class TestClientSession : public client::BlimpClientSession {
|
| } // namespace client
|
| } // namespace blimp
|
|
|
| -#endif // BLIMP_CLIENT_APP_SESSION_TEST_CLIENT_SESSION_H_
|
| +#endif // BLIMP_ENGINE_BROWSER_TESTS_TEST_CLIENT_SESSION_H_
|
|
|