| 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 55e7dce382984d28971b1480d58b341859625a42..1c49a4a583d4a30cb08d511b0c341173637ff25c 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_EXPORT extern NSString* const kWebCustomDataPboardType;
|
| #elif (!defined(OS_WIN) && defined(USE_AURA)) || defined(TOOLKIT_GTK)
|
| UI_EXPORT extern const char kMimeTypeWebCustomData[];
|
|
|