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

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

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/browser_tests/input_browsertest.cc ('k') | blimp/engine/browser_tests/test_client_session.h » ('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 926193be7173ce86374e8cf19c6263017d49cdb0..77a2aeb356140b279b940e9b84f7056d5ad0b97d 100644
--- a/blimp/engine/browser_tests/navigation_browsertest.cc
+++ b/blimp/engine/browser_tests/navigation_browsertest.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "base/memory/ptr_util.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"
@@ -11,6 +10,7 @@
#include "blimp/client/test/contents/mock_blimp_contents_observer.h"
#include "blimp/client/test/test_blimp_client_context_delegate.h"
#include "blimp/engine/browser_tests/blimp_browser_test.h"
+#include "blimp/engine/browser_tests/test_client_session.h"
#include "components/prefs/testing_pref_service.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/test/browser_test.h"
« no previous file with comments | « blimp/engine/browser_tests/input_browsertest.cc ('k') | blimp/engine/browser_tests/test_client_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698