diff options
Diffstat (limited to 'ui/base/clipboard/custom_data_helper.h')
-rw-r--r-- | ui/base/clipboard/custom_data_helper.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/base/clipboard/custom_data_helper.h b/ui/base/clipboard/custom_data_helper.h index 3b9e0e1..0bc2405 100644 --- a/ui/base/clipboard/custom_data_helper.h +++ b/ui/base/clipboard/custom_data_helper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // @@ -29,10 +29,10 @@ class NSString; namespace ui { -#if (!defined(OS_WIN) && defined(USE_AURA)) || defined(TOOLKIT_USES_GTK) -UI_EXPORT extern const char kMimeTypeWebCustomData[]; -#elif defined(OS_MACOSX) +#if defined(OS_MACOSX) UI_EXPORT extern NSString* const kWebCustomDataPboardType; +#elif (!defined(OS_WIN) && defined(USE_AURA)) || defined(TOOLKIT_USES_GTK) +UI_EXPORT extern const char kMimeTypeWebCustomData[]; #endif UI_EXPORT void ReadCustomDataTypes(const void* data, |