Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: blimp/client/app/session/test_client_session.h

Issue 2387813002: Move session into //blimp/client/app and update GN files. (Closed)
Patch Set: Rebased Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/client/app/session/blimp_client_session.cc ('k') | blimp/client/app/session/test_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/session/test_client_session.h
diff --git a/blimp/client/session/test_client_session.h b/blimp/client/app/session/test_client_session.h
similarity index 65%
rename from blimp/client/session/test_client_session.h
rename to blimp/client/app/session/test_client_session.h
index b81a321b3fc586dd2375616dd7ec771f6145439a..950cba7f4a376dab4fddc2a6b7319a8be36987f8 100644
--- a/blimp/client/session/test_client_session.h
+++ b/blimp/client/app/session/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_SESSION_TEST_CLIENT_SESSION_H_
-#define BLIMP_CLIENT_SESSION_TEST_CLIENT_SESSION_H_
+#ifndef BLIMP_CLIENT_APP_SESSION_TEST_CLIENT_SESSION_H_
+#define BLIMP_CLIENT_APP_SESSION_TEST_CLIENT_SESSION_H_
-#include "blimp/client/session/blimp_client_session.h"
+#include "blimp/client/app/session/blimp_client_session.h"
namespace blimp {
namespace client {
@@ -22,4 +22,4 @@ class TestClientSession : public client::BlimpClientSession {
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_SESSION_TEST_CLIENT_SESSION_H_
+#endif // BLIMP_CLIENT_APP_SESSION_TEST_CLIENT_SESSION_H_
« no previous file with comments | « blimp/client/app/session/blimp_client_session.cc ('k') | blimp/client/app/session/test_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698