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

Unified Diff: ui/events/event_handler.h

Issue 24257011: Revert "Revert 224496 "Move ui/base/latency_info* to ui/events"" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp bustage Created 7 years, 3 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/event_dispatcher.h ('k') | ui/events/event_target.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_handler.h
diff --git a/ui/events/event_handler.h b/ui/events/event_handler.h
index bee869002e462aedb2a3c7cd7a0cabb0048fc1c7..088c3f84253b8e1bbc65d3526f9ff05da76fe898 100644
--- a/ui/events/event_handler.h
+++ b/ui/events/event_handler.h
@@ -9,8 +9,8 @@
#include <vector>
#include "base/basictypes.h"
-#include "ui/base/ui_export.h"
#include "ui/events/event_constants.h"
+#include "ui/events/events_export.h"
namespace ui {
@@ -26,7 +26,7 @@ class TouchEvent;
// Dispatches events to appropriate targets. The default implementations of
// all of the specific handlers (e.g. OnKeyEvent, OnMouseEvent) do nothing.
-class UI_EXPORT EventHandler {
+class EVENTS_EXPORT EventHandler {
public:
EventHandler();
virtual ~EventHandler();
« no previous file with comments | « ui/events/event_dispatcher.h ('k') | ui/events/event_target.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698