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

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

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/events/test/events_test_utils.h ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/events_test_utils.cc
diff --git a/ui/events/test/events_test_utils.cc b/ui/events/test/events_test_utils.cc
index 26bdb01f98c762fcaebdb8d14fdf88946a1daaaa..5b5b1ba5d63e987f65d68b50ea59fc20be719a22 100644
--- a/ui/events/test/events_test_utils.cc
+++ b/ui/events/test/events_test_utils.cc
@@ -4,6 +4,8 @@
#include "ui/events/test/events_test_utils.h"
+#include "ui/events/event_source.h"
+
namespace ui {
EventTestApi::EventTestApi(Event* event) : event_(event) {}
« no previous file with comments | « ui/events/test/events_test_utils.h ('k') | ui/ui_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698