| Index: ui/wm/core/compound_event_filter.h
|
| diff --git a/ui/wm/core/compound_event_filter.h b/ui/wm/core/compound_event_filter.h
|
| index a12e57baac11fa17542fe9fa94e080c2a654f58b..4b726730f6e7d1883b58ccd21f756b45331c1cb1 100644
|
| --- a/ui/wm/core/compound_event_filter.h
|
| +++ b/ui/wm/core/compound_event_filter.h
|
| @@ -25,8 +25,7 @@ class MouseEvent;
|
| class TouchEvent;
|
| }
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
|
|
| // TODO(beng): This class should die. AddEventHandler() on the root Window
|
| // should be used instead.
|
| @@ -89,7 +88,6 @@ class WM_CORE_EXPORT CompoundEventFilter : public ui::EventHandler {
|
| DISALLOW_COPY_AND_ASSIGN(CompoundEventFilter);
|
| };
|
|
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|
| #endif // UI_WM_CORE_COMPOUND_EVENT_FILTER_H_
|
|
|