Index: views/controls/textfield/native_textfield_wrapper.h |
=================================================================== |
--- views/controls/textfield/native_textfield_wrapper.h (revision 95624) |
+++ views/controls/textfield/native_textfield_wrapper.h (working copy) |
@@ -8,7 +8,7 @@ |
#include "base/string16.h" |
#include "ui/gfx/native_widget_types.h" |
-#include "views/views_api.h" |
+#include "views/views_export.h" |
namespace gfx { |
class Insets; |
@@ -28,7 +28,7 @@ |
// An interface implemented by an object that provides a platform-native |
// text field. |
-class VIEWS_API NativeTextfieldWrapper { |
+class VIEWS_EXPORT NativeTextfieldWrapper { |
public: |
// The Textfield calls this when it is destroyed to clean up the wrapper |
// object. |