| Index: ui/views/window/non_client_view.h | 
| diff --git a/ui/views/window/non_client_view.h b/ui/views/window/non_client_view.h | 
| index 3b6fd0b7c7574fc53ef9ccfd47662c039e335e8d..5e68203050354add9c4cf01ad6103ea4d94159b4 100644 | 
| --- a/ui/views/window/non_client_view.h | 
| +++ b/ui/views/window/non_client_view.h | 
| @@ -205,8 +205,7 @@ class VIEWS_EXPORT NonClientView : public View { | 
| virtual void Layout() OVERRIDE; | 
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; | 
| virtual std::string GetClassName() const OVERRIDE; | 
| - | 
| -  virtual views::View* GetEventHandlerForPoint(const gfx::Point& point) | 
| +  virtual View* GetEventHandler(const gfx::Rect& rect, EventType type) | 
| OVERRIDE; | 
|  | 
| protected: | 
|  |