Index: views/ime/input_method_delegate.h |
=================================================================== |
--- views/ime/input_method_delegate.h (revision 95624) |
+++ views/ime/input_method_delegate.h (working copy) |
@@ -6,7 +6,7 @@ |
#define VIEWS_IME_INPUT_METHOD_DELEGATE_H_ |
#pragma once |
-#include "views/views_api.h" |
+#include "views/views_export.h" |
namespace views { |
@@ -16,7 +16,7 @@ |
// An interface implemented by the object that handles events sent back from an |
// InputMethod implementation. |
-class VIEWS_API InputMethodDelegate { |
+class VIEWS_EXPORT InputMethodDelegate { |
public: |
virtual ~InputMethodDelegate() {} |