summaryrefslogtreecommitdiffstats
path: root/ui/base/ime/input_method_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/ime/input_method_delegate.h')
-rw-r--r--ui/base/ime/input_method_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/base/ime/input_method_delegate.h b/ui/base/ime/input_method_delegate.h
index 080a8f6..eed2724 100644
--- a/ui/base/ime/input_method_delegate.h
+++ b/ui/base/ime/input_method_delegate.h
@@ -5,7 +5,7 @@
#ifndef UI_BASE_IME_INPUT_METHOD_DELEGATE_H_
#define UI_BASE_IME_INPUT_METHOD_DELEGATE_H_
-#include "ui/base/ui_base_export.h"
+#include "ui/base/ime/ui_base_ime_export.h"
namespace ui {
@@ -15,7 +15,7 @@ namespace internal {
// An interface implemented by the object that handles events sent back from an
// ui::InputMethod implementation.
-class UI_BASE_EXPORT InputMethodDelegate {
+class UI_BASE_IME_EXPORT InputMethodDelegate {
public:
virtual ~InputMethodDelegate() {}