| Index: views/views_delegate.h
|
| ===================================================================
|
| --- views/views_delegate.h (revision 95624)
|
| +++ views/views_delegate.h (working copy)
|
| @@ -12,7 +12,7 @@
|
| #endif
|
|
|
| #include "ui/base/accessibility/accessibility_types.h"
|
| -#include "views/views_api.h"
|
| +#include "views/views_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -33,7 +33,7 @@
|
| //
|
| // The embedding app must set views_delegate to assign its ViewsDelegate
|
| // implementation.
|
| -class VIEWS_API ViewsDelegate {
|
| +class VIEWS_EXPORT ViewsDelegate {
|
| public:
|
| virtual ~ViewsDelegate() {}
|
|
|
|
|