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

Unified Diff: ui/wm/core/input_method_event_filter_unittest.cc

Issue 206593004: Move TestEventHandler to ui/events/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « ui/events/test/test_event_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/input_method_event_filter_unittest.cc
diff --git a/ui/wm/core/input_method_event_filter_unittest.cc b/ui/wm/core/input_method_event_filter_unittest.cc
index e5a35e8f316fa78b0650114135979359cc4bf829..71dbcced4eb11dd5641cc2a1a077b78377543ac6 100644
--- a/ui/wm/core/input_method_event_filter_unittest.cc
+++ b/ui/wm/core/input_method_event_filter_unittest.cc
@@ -9,9 +9,9 @@
#include "ui/aura/client/aura_constants.h"
#include "ui/aura/test/aura_test_base.h"
#include "ui/aura/test/event_generator.h"
-#include "ui/aura/test/test_event_handler.h"
#include "ui/aura/test/test_windows.h"
#include "ui/aura/window_event_dispatcher.h"
+#include "ui/events/test/test_event_handler.h"
#include "ui/wm/core/compound_event_filter.h"
#if !defined(OS_WIN) && !defined(USE_X11)
@@ -54,7 +54,7 @@ TEST_F(InputMethodEventFilterTest, TestInputMethodKeyEventPropagation) {
root_filter->AddHandler(&input_method_event_filter);
// Add TestEventFilter to the RootWindow.
- aura::test::TestEventHandler test_filter;
+ ui::test::TestEventHandler test_filter;
root_filter->AddHandler(&test_filter);
// We need an active window. Otherwise, the root window will not forward a key
« no previous file with comments | « ui/events/test/test_event_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698