| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index d050826b53c4270a58e506f5b2feb30e790ac599..9e02f1b3d170c7603cd01a22f04fcff45cecc228 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -111,7 +111,6 @@ struct ShellInitParams;
|
| class SlowAnimationEventFilter;
|
| class StatusAreaWidget;
|
| class StickyKeysController;
|
| -class StylusMetricsRecorder;
|
| class SystemGestureEventFilter;
|
| class SystemModalContainerEventFilter;
|
| class SystemTray;
|
| @@ -535,7 +534,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
|
|
|