| 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 47e7f6a0447f9528b4b069fdb6f5d9fdb6d9deb5..8c927aaecc5f3b06d7376068d69c175b03e0989d 100644
|
| --- a/ui/base/clipboard/custom_data_helper.h
|
| +++ b/ui/base/clipboard/custom_data_helper.h
|
| @@ -30,7 +30,7 @@ namespace ui {
|
|
|
| #if defined(OS_MACOSX) && !defined(USE_AURA)
|
| UI_BASE_EXPORT extern NSString* const kWebCustomDataPboardType;
|
| -#elif (!defined(OS_WIN) && defined(USE_AURA)) || defined(TOOLKIT_GTK)
|
| +#elif !defined(OS_WIN) && defined(USE_AURA)
|
| UI_BASE_EXPORT extern const char kMimeTypeWebCustomData[];
|
| #endif
|
|
|
|
|