Index: ui/base/dragdrop/drag_drop_types.h |
diff --git a/ui/base/dragdrop/drag_drop_types.h b/ui/base/dragdrop/drag_drop_types.h |
index ea57f95d374b351e81bb37fe509a4978845abfc9..b626b5ad8108bcf0f1afed82280e5e9e50ddde3b 100644 |
--- a/ui/base/dragdrop/drag_drop_types.h |
+++ b/ui/base/dragdrop/drag_drop_types.h |
@@ -6,11 +6,11 @@ |
#define UI_BASE_DRAGDROP_DRAG_DROP_TYPES_H_ |
#include "base/basictypes.h" |
-#include "ui/base/ui_export.h" |
+#include "ui/base/ui_base_export.h" |
namespace ui { |
-class UI_EXPORT DragDropTypes { |
+class UI_BASE_EXPORT DragDropTypes { |
public: |
enum DragOperation { |
DRAG_NONE = 0, |