| Index: ash/wm/event_client_impl.h
 | 
| diff --git a/ash/wm/event_client_impl.h b/ash/wm/event_client_impl.h
 | 
| index cf689edf138e2bcfc99f4477afb2d885bb4f6eba..3702709415838a9e73cc3745b2d2312dd11f356d 100644
 | 
| --- a/ash/wm/event_client_impl.h
 | 
| +++ b/ash/wm/event_client_impl.h
 | 
| @@ -17,7 +17,7 @@ namespace internal {
 | 
|  
 | 
|  class EventClientImpl : public aura::client::EventClient {
 | 
|   public:
 | 
| -  explicit EventClientImpl(aura::RootWindow* root_window);
 | 
| +  EventClientImpl();
 | 
|    virtual ~EventClientImpl();
 | 
|  
 | 
|   private:
 | 
| @@ -25,8 +25,6 @@ class EventClientImpl : public aura::client::EventClient {
 | 
|    virtual bool CanProcessEventsWithinSubtree(
 | 
|        const aura::Window* window) const OVERRIDE;
 | 
|  
 | 
| -  aura::RootWindow* root_window_;
 | 
| -
 | 
|    DISALLOW_COPY_AND_ASSIGN(EventClientImpl);
 | 
|  };
 | 
|  
 | 
| 
 |