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

Unified Diff: ui/events/test/events_test_utils.h

Issue 262483003: Implementation of the Touch Exploration Mode - Part I (ui) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event_source
Patch Set: Addressing oshima@'s feedback Created 6 years, 8 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/chromeos/ui_chromeos.gyp ('k') | ui/events/test/events_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/events_test_utils.h
diff --git a/ui/events/test/events_test_utils.h b/ui/events/test/events_test_utils.h
index 62c0ca4fda862be6d8f6d37fffeaff761945f0c0..ff38fc5d1f9d2d0617d04c058236531069a9e66e 100644
--- a/ui/events/test/events_test_utils.h
+++ b/ui/events/test/events_test_utils.h
@@ -6,11 +6,13 @@
#define UI_EVENTS_TEST_EVENTS_TEST_UTILS_H_
#include "ui/events/event.h"
-#include "ui/events/event_source.h"
+#include "ui/events/event_dispatcher.h"
#include "ui/events/event_target.h"
namespace ui {
+class EventSource;
+
class EventTestApi {
public:
explicit EventTestApi(Event* event);
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/events/test/events_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698