| Index: ui/base/dragdrop/drag_source_win.h
|
| diff --git a/ui/base/dragdrop/drag_source_win.h b/ui/base/dragdrop/drag_source_win.h
|
| index 7c03b6cb59152e5459cc6f849d3b1b054384260c..cec2aa14574dd1eb37440de1e4e08065d6802b77 100644
|
| --- a/ui/base/dragdrop/drag_source_win.h
|
| +++ b/ui/base/dragdrop/drag_source_win.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "ui/base/ui_export.h"
|
| +#include "ui/base/ui_base_export.h"
|
|
|
| namespace ui {
|
|
|
| @@ -17,7 +17,7 @@ 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_EXPORT DragSourceWin
|
| +class UI_BASE_EXPORT DragSourceWin
|
| : public IDropSource,
|
| public base::RefCountedThreadSafe<DragSourceWin> {
|
| public:
|
|
|