| 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();
|
|
|