| Index: ash/root_window_controller.h
 | 
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
 | 
| index e8f623d0d7e4d1bfa53200eeb735e8664776ce07..c88795d565541ecc93086dd9cd1a2ce91ae61126 100644
 | 
| --- a/ash/root_window_controller.h
 | 
| +++ b/ash/root_window_controller.h
 | 
| @@ -25,7 +25,6 @@ namespace ash {
 | 
|  class ToplevelWindowEventHandler;
 | 
|  namespace internal {
 | 
|  
 | 
| -class EventClientImpl;
 | 
|  class RootWindowLayoutManager;
 | 
|  class ScreenDimmer;
 | 
|  class SystemBackgroundController;
 | 
| @@ -101,8 +100,6 @@ class ASH_EXPORT RootWindowController {
 | 
|    // desktop background image when displaying the login screen.
 | 
|    scoped_ptr<SystemBackgroundController> background_;
 | 
|  
 | 
| -  // An event filter that pre-handles all key events to send them to an IME.
 | 
| -  scoped_ptr<EventClientImpl> event_client_;
 | 
|    scoped_ptr<ScreenDimmer> screen_dimmer_;
 | 
|    scoped_ptr<WorkspaceController> workspace_controller_;
 | 
|  
 | 
| 
 |