| Index: ash/shelf/shelf_view.h
|
| diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
|
| index 9b479b3c7b47a55ffa0b43eb41b19869239eaa53..dffd22782f840a7b93f731fdf58784f89158598b 100644
|
| --- a/ash/shelf/shelf_view.h
|
| +++ b/ash/shelf/shelf_view.h
|
| @@ -15,7 +15,6 @@
|
| #include "ash/common/shelf/shelf_item_delegate.h"
|
| #include "ash/common/shelf/shelf_model_observer.h"
|
| #include "ash/common/shelf/shelf_tooltip_manager.h"
|
| -#include "ash/wm/gestures/shelf_gesture_handler.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| #include "ui/app_list/views/app_list_drag_and_drop_host.h"
|
| @@ -409,8 +408,6 @@ class ASH_EXPORT ShelfView : public views::View,
|
| // alignment).
|
| int leading_inset_;
|
|
|
| - ShelfGestureHandler gesture_handler_;
|
| -
|
| // True when an item being inserted or removed in the model cancels a drag.
|
| bool cancelling_drag_model_changed_;
|
|
|
|
|