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

Unified Diff: ui/events/event.h

Issue 2273193002: Make compositor_frame.h NOT include base/trace_event/trace_event.h (Closed)
Patch Set: Shift included files to those who immediately need them 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 | « ui/events/blink/web_input_event_unittest.cc ('k') | ui/events/ipc/latency_info_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event.h
diff --git a/ui/events/event.h b/ui/events/event.h
index 850c290489025ee615ad13b23e086d402fcd0cea..03ecabae605a4af4010dc40e219e4848643611ff 100644
--- a/ui/events/event.h
+++ b/ui/events/event.h
@@ -14,6 +14,7 @@
#include "base/gtest_prod_util.h"
#include "base/logging.h"
#include "base/macros.h"
+#include "base/strings/string16.h"
sadrul 2016/08/26 00:23:10 This doesn't seem necessary.
xlai (Olivia) 2016/08/26 14:59:58 It is necessary. base::char16 is used in various p
sadrul 2016/08/26 15:01:12 Oh ok. My bad.
#include "base/time/time.h"
#include "ui/events/event_constants.h"
#include "ui/events/gesture_event_details.h"
« no previous file with comments | « ui/events/blink/web_input_event_unittest.cc ('k') | ui/events/ipc/latency_info_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698