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

Unified Diff: ui/events/event_dispatcher.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_conversion_gtk.h ('k') | ui/events/event_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_dispatcher.h
diff --git a/ui/events/event_dispatcher.h b/ui/events/event_dispatcher.h
index caaa5144b57efe8166b39ce4ccf6d7dabb3e5dbe..ef8d6b1c5bbfa8bc990f8280e74f32da8bc8095e 100644
--- a/ui/events/event_dispatcher.h
+++ b/ui/events/event_dispatcher.h
@@ -6,16 +6,16 @@
#define UI_EVENTS_EVENT_DISPATCHER_H_
#include "base/auto_reset.h"
-#include "ui/base/ui_export.h"
#include "ui/events/event.h"
#include "ui/events/event_constants.h"
#include "ui/events/event_target.h"
+#include "ui/events/events_export.h"
namespace ui {
class EventDispatcher;
-class UI_EXPORT EventDispatcherDelegate {
+class EVENTS_EXPORT EventDispatcherDelegate {
public:
EventDispatcherDelegate();
virtual ~EventDispatcherDelegate();
@@ -42,7 +42,7 @@ class UI_EXPORT EventDispatcherDelegate {
};
// Dispatches events to appropriate targets.
-class UI_EXPORT EventDispatcher {
+class EVENTS_EXPORT EventDispatcher {
public:
explicit EventDispatcher(EventDispatcherDelegate* delegate);
virtual ~EventDispatcher();
« no previous file with comments | « ui/events/event_conversion_gtk.h ('k') | ui/events/event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698