| Index: ui/base/dragdrop/drop_target_event.h
|
| diff --git a/ui/base/dragdrop/drop_target_event.h b/ui/base/dragdrop/drop_target_event.h
|
| index 88fcfc11986ee2d2e8cace096391d43a7a8400e7..18c0630f52fad66854cd43a0014c9cf55bdab52b 100644
|
| --- a/ui/base/dragdrop/drop_target_event.h
|
| +++ b/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,
|
|
|