diff options
Diffstat (limited to 'ui/base/dragdrop/drag_source.h')
-rw-r--r-- | ui/base/dragdrop/drag_source.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/base/dragdrop/drag_source.h b/ui/base/dragdrop/drag_source.h index fb332e2..777a8ee 100644 --- a/ui/base/dragdrop/drag_source.h +++ b/ui/base/dragdrop/drag_source.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" -#include "ui/ui_api.h" +#include "ui/base/ui_export.h" namespace ui { @@ -18,8 +18,8 @@ namespace ui { // drag-drop operation as the user mouses over other drop targets on their // system. This object tells Windows whether or not the drag should continue, // and supplies the appropriate cursors. -class UI_API DragSource : public IDropSource, - public base::RefCountedThreadSafe<DragSource> { +class UI_EXPORT DragSource : public IDropSource, + public base::RefCountedThreadSafe<DragSource> { public: DragSource(); virtual ~DragSource() {} |