Index: ui/base/dragdrop/os_exchange_data.h |
diff --git a/ui/base/dragdrop/os_exchange_data.h b/ui/base/dragdrop/os_exchange_data.h |
index 13206eedc529b287871aee9f9aae236b428921c8..9ec452d28656a3aae4dc3eeb9ab879ba0f3f1b65 100644 |
--- a/ui/base/dragdrop/os_exchange_data.h |
+++ b/ui/base/dragdrop/os_exchange_data.h |
@@ -13,7 +13,7 @@ |
#if defined(OS_WIN) |
#include <objidl.h> |
-#elif defined(TOOLKIT_USES_GTK) |
+#elif defined(TOOLKIT_GTK) |
#include <gtk/gtk.h> |
#endif |
@@ -56,7 +56,7 @@ class UI_EXPORT OSExchangeData { |
typedef Clipboard::FormatType CustomFormat; |
#elif defined(OS_WIN) |
typedef CLIPFORMAT CustomFormat; |
-#elif defined(TOOLKIT_USES_GTK) |
+#elif defined(TOOLKIT_GTK) |
typedef GdkAtom CustomFormat; |
#else |
typedef void* CustomFormat; |