Index: ui/base/ime/remote_input_method_delegate_win.h |
diff --git a/ui/base/ime/remote_input_method_delegate_win.h b/ui/base/ime/remote_input_method_delegate_win.h |
index 961ccb7cb3fc325f0bf5b692ec582d05e3ce9572..993faf860bb634db77d8ce9e62b20d3c275b78b6 100644 |
--- a/ui/base/ime/remote_input_method_delegate_win.h |
+++ b/ui/base/ime/remote_input_method_delegate_win.h |
@@ -8,7 +8,7 @@ |
#include <vector> |
#include "base/basictypes.h" |
-#include "ui/base/ui_export.h" |
+#include "ui/base/ui_base_export.h" |
#include "ui/gfx/rect.h" |
namespace ui { |
@@ -16,7 +16,7 @@ namespace internal { |
// An interface implemented by the object to forward events that should be |
// handled by the IME which is running in the remote metro_driver process. |
-class UI_EXPORT RemoteInputMethodDelegateWin { |
+class UI_BASE_EXPORT RemoteInputMethodDelegateWin { |
public: |
virtual ~RemoteInputMethodDelegateWin() {} |