Index: ui/wm/core/input_method_event_filter.h |
diff --git a/ui/views/corewm/input_method_event_filter.h b/ui/wm/core/input_method_event_filter.h |
similarity index 86% |
rename from ui/views/corewm/input_method_event_filter.h |
rename to ui/wm/core/input_method_event_filter.h |
index 8327bf19acfe6c95746fe5bf92b628f4ada36efb..9ed5216ac824117e589f24c870001c8e5f0c8573 100644 |
--- a/ui/views/corewm/input_method_event_filter.h |
+++ b/ui/wm/core/input_method_event_filter.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_VIEWS_COREWM_INPUT_METHOD_EVENT_FILTER_H_ |
-#define UI_VIEWS_COREWM_INPUT_METHOD_EVENT_FILTER_H_ |
+#ifndef UI_WM_CORE_INPUT_METHOD_EVENT_FILTER_H_ |
+#define UI_WM_CORE_INPUT_METHOD_EVENT_FILTER_H_ |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
@@ -11,7 +11,7 @@ |
#include "ui/base/ime/input_method_delegate.h" |
#include "ui/events/event_handler.h" |
#include "ui/gfx/native_widget_types.h" |
-#include "ui/views/views_export.h" |
+#include "ui/wm/core/wm_core_export.h" |
namespace ui { |
class EventProcessor; |
@@ -23,7 +23,7 @@ namespace corewm { |
// An event filter that forwards a KeyEvent to a system IME, and dispatches a |
// TranslatedKeyEvent to the root window as needed. |
-class VIEWS_EXPORT InputMethodEventFilter |
+class WM_CORE_EXPORT InputMethodEventFilter |
: public ui::EventHandler, |
public ui::internal::InputMethodDelegate { |
public: |
@@ -52,4 +52,4 @@ class VIEWS_EXPORT InputMethodEventFilter |
} // namespace corewm |
} // namespace views |
-#endif // UI_VIEWS_COREWM_INPUT_METHOD_EVENT_FILTER_H_ |
+#endif // UI_WM_CORE_INPUT_METHOD_EVENT_FILTER_H_ |