Index: ui/base/clipboard/custom_data_helper.h |
diff --git a/ui/base/clipboard/custom_data_helper.h b/ui/base/clipboard/custom_data_helper.h |
index 0bc2405739e63470164478611fb4acc4e942f090..c01dbdf282a3810c084d7de55e931486787c459d 100644 |
--- a/ui/base/clipboard/custom_data_helper.h |
+++ b/ui/base/clipboard/custom_data_helper.h |
@@ -31,7 +31,7 @@ namespace ui { |
#if defined(OS_MACOSX) |
UI_EXPORT extern NSString* const kWebCustomDataPboardType; |
-#elif (!defined(OS_WIN) && defined(USE_AURA)) || defined(TOOLKIT_USES_GTK) |
+#elif (!defined(OS_WIN) && defined(USE_AURA)) || defined(TOOLKIT_GTK) |
UI_EXPORT extern const char kMimeTypeWebCustomData[]; |
#endif |