| Index: ui/wm/core/input_method_event_filter.cc
|
| diff --git a/ui/wm/core/input_method_event_filter.cc b/ui/wm/core/input_method_event_filter.cc
|
| index d97bf03a2b5b4d7d0b89626f18d10bfcab9efd50..d66846c991184406bae86a54a692cfe1d08cd565 100644
|
| --- a/ui/wm/core/input_method_event_filter.cc
|
| +++ b/ui/wm/core/input_method_event_filter.cc
|
| @@ -11,8 +11,7 @@
|
| #include "ui/events/event.h"
|
| #include "ui/events/event_processor.h"
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // InputMethodEventFilter, public:
|
| @@ -71,5 +70,4 @@ bool InputMethodEventFilter::DispatchKeyEventPostIME(
|
| return aura_event.handled();
|
| }
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|