diff options
Diffstat (limited to 'ui/base/dragdrop/drop_target_win.h')
-rw-r--r-- | ui/base/dragdrop/drop_target_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/dragdrop/drop_target_win.h b/ui/base/dragdrop/drop_target_win.h index 0f8c56d..4536f1d 100644 --- a/ui/base/dragdrop/drop_target_win.h +++ b/ui/base/dragdrop/drop_target_win.h @@ -8,7 +8,7 @@ #include <objidl.h> #include "base/memory/ref_counted.h" -#include "ui/base/ui_export.h" +#include "ui/base/ui_base_export.h" // Windows interface. struct IDropTargetHelper; @@ -24,7 +24,7 @@ namespace ui { // before the HWND is deleted too. // // This class is meant to be used in a STA and is not multithread-safe. -class UI_EXPORT DropTargetWin : public IDropTarget { +class UI_BASE_EXPORT DropTargetWin : public IDropTarget { public: // Create a new DropTarget associating it with the given HWND. explicit DropTargetWin(HWND hwnd); |