| Index: ui/wm/core/input_method_event_filter.h
|
| diff --git a/ui/wm/core/input_method_event_filter.h b/ui/wm/core/input_method_event_filter.h
|
| index 9ed5216ac824117e589f24c870001c8e5f0c8573..17a6a0e814a0c96fc55096fc1306228b2dcb046e 100644
|
| --- a/ui/wm/core/input_method_event_filter.h
|
| +++ b/ui/wm/core/input_method_event_filter.h
|
| @@ -18,8 +18,7 @@ class EventProcessor;
|
| class InputMethod;
|
| }
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| // An event filter that forwards a KeyEvent to a system IME, and dispatches a
|
| // TranslatedKeyEvent to the root window as needed.
|
| @@ -49,7 +48,6 @@ class WM_CORE_EXPORT InputMethodEventFilter
|
| DISALLOW_COPY_AND_ASSIGN(InputMethodEventFilter);
|
| };
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|
| #endif // UI_WM_CORE_INPUT_METHOD_EVENT_FILTER_H_
|
|
|