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

Unified Diff: ui/events/event_target.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_handler.h ('k') | ui/events/event_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/event_target.h
diff --git a/ui/events/event_target.h b/ui/events/event_target.h
index b37bff18295734921a8ebeac9954cf5f263e574e..39671e23bde3434c9814647beff4b9e625c15261 100644
--- a/ui/events/event_target.h
+++ b/ui/events/event_target.h
@@ -7,14 +7,14 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
-#include "ui/base/ui_export.h"
#include "ui/events/event_handler.h"
+#include "ui/events/events_export.h"
namespace ui {
class EventDispatcher;
-class UI_EXPORT EventTarget : public EventHandler {
+class EVENTS_EXPORT EventTarget : public EventHandler {
public:
typedef std::vector<EventTarget*> EventTargets;
« no previous file with comments | « ui/events/event_handler.h ('k') | ui/events/event_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698