Chromium Code Reviews| Index: ui/base/clipboard/clipboard.h |
| diff --git a/ui/base/clipboard/clipboard.h b/ui/base/clipboard/clipboard.h |
| index 73c3aa2f98f472cdc5f67f99d5ce8e1c0cd865ba..be8e73005667d0b1fb865eb49e792c0799dbc964 100644 |
| --- a/ui/base/clipboard/clipboard.h |
| +++ b/ui/base/clipboard/clipboard.h |
| @@ -71,7 +71,7 @@ class UI_BASE_EXPORT Clipboard : NON_EXPORTED_BASE(public base::ThreadChecker) { |
| std::string Serialize() const; |
| static FormatType Deserialize(const std::string& serialization); |
| -#if defined(USE_AURA) |
| +#if !defined(OS_ANDROID) |
|
dcheng
2014/10/29 01:31:24
Is there another #define to tie this to? Using !OS
|
| // FormatType can be used in a set on some platforms. |
| bool operator<(const FormatType& other) const; |
| #endif |