| Index: ash/wm/event_client_impl.h | 
| diff --git a/ash/wm/event_client_impl.h b/ash/wm/event_client_impl.h | 
| index da243f9ee46399fbc142154a3aca9cb90ce4888f..5f652723033e892869e94a11e0ce62e07fdc603b 100644 | 
| --- a/ash/wm/event_client_impl.h | 
| +++ b/ash/wm/event_client_impl.h | 
| @@ -20,8 +20,8 @@ class EventClientImpl : public aura::client::EventClient { | 
| private: | 
| // Overridden from aura::client::EventClient: | 
| virtual bool CanProcessEventsWithinSubtree( | 
| -      const aura::Window* window) const OVERRIDE; | 
| -  virtual ui::EventTarget* GetToplevelEventTarget() OVERRIDE; | 
| +      const aura::Window* window) const override; | 
| +  virtual ui::EventTarget* GetToplevelEventTarget() override; | 
|  | 
| DISALLOW_COPY_AND_ASSIGN(EventClientImpl); | 
| }; | 
|  |