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

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

Issue 2251223002: blimp: Moved ImeFeature to blimp/client/core/contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/session/blimp_client_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/browser_tests/engine_browsertest.cc
diff --git a/blimp/engine/browser_tests/engine_browsertest.cc b/blimp/engine/browser_tests/engine_browsertest.cc
index 369adcf8b6d7e27ab2d13db9169aff4c1daf9dbf..43e04f190b35240f2739934b061a3e09ae52c5af 100644
--- a/blimp/engine/browser_tests/engine_browsertest.cc
+++ b/blimp/engine/browser_tests/engine_browsertest.cc
@@ -3,12 +3,12 @@
// found in the LICENSE file.
#include "base/memory/ptr_util.h"
+#include "blimp/client/core/contents/ime_feature.h"
+#include "blimp/client/core/contents/mock_ime_feature_delegate.h"
#include "blimp/client/core/contents/mock_navigation_feature_delegate.h"
#include "blimp/client/core/contents/navigation_feature.h"
#include "blimp/client/core/contents/tab_control_feature.h"
#include "blimp/client/core/session/assignment_source.h"
-#include "blimp/client/feature/ime_feature.h"
-#include "blimp/client/feature/mock_ime_feature_delegate.h"
#include "blimp/client/feature/mock_render_widget_feature_delegate.h"
#include "blimp/client/feature/render_widget_feature.h"
#include "blimp/client/public/session/assignment.h"
« no previous file with comments | « blimp/client/session/blimp_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698