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

Unified Diff: blimp/engine/browser_tests/navigation_browsertest.cc

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/engine/browser_tests/input_browsertest.cc ('k') | build/android/lint/suppressions.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/browser_tests/navigation_browsertest.cc
diff --git a/blimp/engine/browser_tests/navigation_browsertest.cc b/blimp/engine/browser_tests/navigation_browsertest.cc
index e16e390cbd2487a91dcac6588efa60813c53788c..25ee0ac39832f793270ea27c2c6f44c13a962c9a 100644
--- a/blimp/engine/browser_tests/navigation_browsertest.cc
+++ b/blimp/engine/browser_tests/navigation_browsertest.cc
@@ -3,9 +3,10 @@
// found in the LICENSE file.
#include "base/memory/ptr_util.h"
-#include "blimp/client/core/contents/blimp_navigation_controller_impl.h"
-#include "blimp/client/core/context/blimp_client_context_impl.h"
-#include "blimp/client/session/test_client_session.h"
+#include "blimp/client/app/session/test_client_session.h"
+#include "blimp/client/public/blimp_client_context.h"
+#include "blimp/client/public/contents/blimp_contents.h"
+#include "blimp/client/public/contents/blimp_navigation_controller.h"
#include "blimp/client/test/compositor/mock_compositor_dependencies.h"
#include "blimp/client/test/contents/mock_blimp_contents_observer.h"
#include "blimp/client/test/test_blimp_client_context_delegate.h"
« no previous file with comments | « blimp/engine/browser_tests/input_browsertest.cc ('k') | build/android/lint/suppressions.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698