| 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 c6f133f0209e8f618185351c1a998f1408fe9d80..26da51d8f9e74155d6b8eb27f6af592549574b1d 100644
|
| --- a/ui/wm/core/compound_event_filter.h
|
| +++ b/ui/wm/core/compound_event_filter.h
|
| @@ -80,7 +80,7 @@ class WM_EXPORT CompoundEventFilter : public ui::EventHandler {
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
|
|
| // Additional pre-target event handlers.
|
| - ObserverList<ui::EventHandler, true> handlers_;
|
| + base::ObserverList<ui::EventHandler, true> handlers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CompoundEventFilter);
|
| };
|
|
|