summaryrefslogtreecommitdiffstats
path: root/chromium/ui/base/dragdrop/drop_target_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/dragdrop/drop_target_win.h')
-rw-r--r--chromium/ui/base/dragdrop/drop_target_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ui/base/dragdrop/drop_target_win.h b/chromium/ui/base/dragdrop/drop_target_win.h
index 0f8c56d10af..4536f1d6aa6 100644
--- a/chromium/ui/base/dragdrop/drop_target_win.h
+++ b/chromium/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);