| Index: content/browser/renderer_host/render_widget_host_impl.h | 
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h | 
| index 2c820807fe7dfdfe174f8fa4cff390762f2ef78e..bd7d80107f1ef5a3f9e9dd2ffe6324de8f8d216c 100644 | 
| --- a/content/browser/renderer_host/render_widget_host_impl.h | 
| +++ b/content/browser/renderer_host/render_widget_host_impl.h | 
| @@ -113,6 +113,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, | 
| virtual void PasteAndMatchStyle() OVERRIDE; | 
| virtual void Delete() OVERRIDE; | 
| virtual void SelectAll() OVERRIDE; | 
| +  virtual void Unselect() OVERRIDE; | 
| virtual void UpdateTextDirection(WebKit::WebTextDirection direction) OVERRIDE; | 
| virtual void NotifyTextDirection() OVERRIDE; | 
| virtual void Focus() OVERRIDE; | 
|  |