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 821aaf413fda8c3175c7e587fe02ac94c9744812..ea57f95d374b351e81bb37fe509a4978845abfc9 100644 |
--- a/ui/base/dragdrop/drag_drop_types.h |
+++ b/ui/base/dragdrop/drag_drop_types.h |
@@ -27,7 +27,7 @@ class UI_EXPORT DragDropTypes { |
#if defined(OS_WIN) |
static uint32 DragOperationToDropEffect(int drag_operation); |
static int DropEffectToDragOperation(uint32 effect); |
-#elif !defined(OS_MACOSX) |
+#elif defined(TOOLKIT_GTK) |
static int DragOperationToGdkDragAction(int drag_operation); |
static int GdkDragActionToDragOperation(int gdk_drag_action); |
#endif |