| Index: ui/base/view_prop.h
|
| diff --git a/ui/base/view_prop.h b/ui/base/view_prop.h
|
| index b85cce4bd8904255bf124a4d97bb87557a33f8f7..b2f151cbd267b997e518dc145fbfb6b83e24ad7b 100644
|
| --- a/ui/base/view_prop.h
|
| +++ b/ui/base/view_prop.h
|
| @@ -11,6 +11,10 @@
|
| #include "ui/base/ui_export.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| +#if defined(USE_AURA) || defined(OS_LINUX) || defined(OS_MAC)
|
| +#error view_prop.h is only for win, non aura build
|
| +#endif
|
| +
|
| namespace ui {
|
|
|
| // ViewProp maintains a key/value pair for a particular view. ViewProp is
|
|
|