summaryrefslogtreecommitdiffstats
path: root/chromium/ui/base/dragdrop/drop_target_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/dragdrop/drop_target_event.h')
-rw-r--r--chromium/ui/base/dragdrop/drop_target_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/base/dragdrop/drop_target_event.h b/chromium/ui/base/dragdrop/drop_target_event.h
index 88fcfc11986..18c0630f52f 100644
--- a/chromium/ui/base/dragdrop/drop_target_event.h
+++ b/chromium/ui/base/dragdrop/drop_target_event.h
@@ -10,7 +10,7 @@
namespace ui {
-class UI_EXPORT DropTargetEvent : public LocatedEvent {
+class UI_BASE_EXPORT DropTargetEvent : public LocatedEvent {
public:
DropTargetEvent(const OSExchangeData& data,
const gfx::Point& location,