| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 3b9d420930df29af3c0914830b027aa50e83fb4d..f51bb9260c299801e9a6baa63a0d2c8012b1252e 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -113,7 +113,6 @@ struct ShellInitParams;
|
| class SlowAnimationEventFilter;
|
| class StatusAreaWidget;
|
| class StickyKeysController;
|
| -class StylusMetricsRecorder;
|
| class SystemGestureEventFilter;
|
| class SystemModalContainerEventFilter;
|
| class SystemTray;
|
| @@ -561,7 +560,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
|
|
| std::unique_ptr<ui::EventHandler> magnifier_key_scroll_handler_;
|
| std::unique_ptr<ui::EventHandler> speech_feedback_handler_;
|
| - std::unique_ptr<StylusMetricsRecorder> stylus_metrics_recorder_;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // |native_cursor_manager_| is owned by |cursor_manager_|, but we keep a
|
|
|