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

Unified Diff: blimp/engine/browser_tests/blimp_client_session.h

Issue 2542083004: Make //blimp/client/app a real embedder of //blimp/client/public (Closed)
Patch Set: Fix findbugs issue Created 4 years 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/engine/BUILD.gn ('k') | blimp/engine/browser_tests/blimp_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/browser_tests/blimp_client_session.h
diff --git a/blimp/client/app/session/blimp_client_session.h b/blimp/engine/browser_tests/blimp_client_session.h
similarity index 96%
rename from blimp/client/app/session/blimp_client_session.h
rename to blimp/engine/browser_tests/blimp_client_session.h
index 4d46a068db4bc55d2ba4b1eab512b64f9b63ee12..72afaf283d5c5384e7e639f9bb3563fb388b8ee5 100644
--- a/blimp/client/app/session/blimp_client_session.h
+++ b/blimp/engine/browser_tests/blimp_client_session.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 BLIMP_CLIENT_APP_SESSION_BLIMP_CLIENT_SESSION_H_
-#define BLIMP_CLIENT_APP_SESSION_BLIMP_CLIENT_SESSION_H_
+#ifndef BLIMP_ENGINE_BROWSER_TESTS_BLIMP_CLIENT_SESSION_H_
+#define BLIMP_ENGINE_BROWSER_TESTS_BLIMP_CLIENT_SESSION_H_
#include <memory>
#include <string>
@@ -122,4 +122,4 @@ class BlimpClientSession
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_APP_SESSION_BLIMP_CLIENT_SESSION_H_
+#endif // BLIMP_ENGINE_BROWSER_TESTS_BLIMP_CLIENT_SESSION_H_
« no previous file with comments | « blimp/engine/BUILD.gn ('k') | blimp/engine/browser_tests/blimp_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698