| Index: ui/base/clipboard/custom_data_helper_mac.mm
|
| diff --git a/ui/base/clipboard/custom_data_helper_mac.mm b/ui/base/clipboard/custom_data_helper_mac.mm
|
| index 587d7b41a9e29d368c9b85e8b8e6438aaa32a429..ae4362194f8e1958a3bc4d3e146cda981baa0a22 100644
|
| --- a/ui/base/clipboard/custom_data_helper_mac.mm
|
| +++ b/ui/base/clipboard/custom_data_helper_mac.mm
|
| @@ -9,7 +9,9 @@
|
| namespace ui {
|
|
|
| // TODO(dcheng): This name is temporary. See crbug.com/106449.
|
| -#if !defined(USE_AURA)
|
| +#if defined(USE_AURA)
|
| +const char kMimeTypeWebCustomData[] = "chromium/x-web-custom-data";
|
| +#else
|
| NSString* const kWebCustomDataPboardType = @"org.chromium.web-custom-data";
|
| #endif
|
|
|
|
|