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 c74d4e28a44b81bd9752cb55e0ad8a4037b25bd8..45e961f358bcaefd83981b261a716f32cd50d635 100644 |
--- a/ui/base/dragdrop/drag_drop_types.h |
+++ b/ui/base/dragdrop/drag_drop_types.h |
@@ -22,7 +22,8 @@ class UI_BASE_EXPORT DragDropTypes { |
enum DragEventSource { |
DRAG_EVENT_SOURCE_MOUSE, |
DRAG_EVENT_SOURCE_TOUCH, |
- DRAG_EVENT_SOURCE_LAST = DRAG_EVENT_SOURCE_TOUCH |
+ DRAG_EVENT_SOURCE_LAST = DRAG_EVENT_SOURCE_TOUCH, |
+ DRAG_EVENT_SOURCE_COUNT |
}; |
#if defined(OS_WIN) |