diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/shell.h b/ash/shell.h index 764587f..23a13cd 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -60,7 +60,6 @@ class ActivationController; class AcceleratorFilter; class AppList; class DragDropController; -class EventClientImpl; class FocusCycler; class InputMethodEventFilter; class MonitorController; @@ -284,7 +283,6 @@ class ASH_EXPORT Shell { scoped_ptr<VideoDetector> video_detector_; scoped_ptr<WindowCycleController> window_cycle_controller_; scoped_ptr<internal::FocusCycler> focus_cycler_; - scoped_ptr<internal::EventClientImpl> event_client_; scoped_ptr<internal::MonitorController> monitor_controller_; // An event filter that pre-handles all key events to send them to an IME. |