| Index: services/window_manager/window_manager_app.h
|
| diff --git a/services/window_manager/window_manager_app.h b/services/window_manager/window_manager_app.h
|
| index 7a00d9fdb9f842a02c854b117058a6ac06281cdd..56ca7b7bf95dcbcdc26f11b882f325d2ebebac88 100644
|
| --- a/services/window_manager/window_manager_app.h
|
| +++ b/services/window_manager/window_manager_app.h
|
| @@ -24,7 +24,6 @@
|
| #include "services/window_manager/view_target.h"
|
| #include "services/window_manager/window_manager_impl.h"
|
| #include "ui/events/event_handler.h"
|
| -#include "ui/events/gestures/gesture_types.h"
|
|
|
| namespace gfx {
|
| class Size;
|
| @@ -53,7 +52,6 @@ class WindowManagerApp
|
| public mojo::ViewManagerDelegate,
|
| public mojo::ViewObserver,
|
| public ui::EventHandler,
|
| - public ui::GestureConsumer,
|
| public FocusControllerObserver,
|
| public CaptureControllerObserver,
|
| public mojo::InterfaceFactory<mojo::WindowManager>,
|
|
|