diff options
Diffstat (limited to 'ui/base/clipboard/custom_data_helper.h')
-rw-r--r-- | ui/base/clipboard/custom_data_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/clipboard/custom_data_helper.h b/ui/base/clipboard/custom_data_helper.h index 9ca7065..47e7f6a 100644 --- a/ui/base/clipboard/custom_data_helper.h +++ b/ui/base/clipboard/custom_data_helper.h @@ -28,7 +28,7 @@ class NSString; namespace ui { -#if defined(OS_MACOSX) +#if defined(OS_MACOSX) && !defined(USE_AURA) UI_BASE_EXPORT extern NSString* const kWebCustomDataPboardType; #elif (!defined(OS_WIN) && defined(USE_AURA)) || defined(TOOLKIT_GTK) UI_BASE_EXPORT extern const char kMimeTypeWebCustomData[]; |