Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / base / dragdrop / drag_drop_types.h
index ea57f95..afa8f9e 100644 (file)
@@ -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,
@@ -22,6 +22,7 @@ class UI_EXPORT DragDropTypes {
   enum DragEventSource {
     DRAG_EVENT_SOURCE_MOUSE,
     DRAG_EVENT_SOURCE_TOUCH,
+    DRAG_EVENT_SOURCE_LAST = DRAG_EVENT_SOURCE_TOUCH
   };
 
 #if defined(OS_WIN)