| Index: ui/views/controls/resize_area_delegate.h
 | 
| diff --git a/ui/views/controls/resize_area_delegate.h b/ui/views/controls/resize_area_delegate.h
 | 
| index cc5e133d8ccf899614e09f905d307192052bc89d..ee5e57b438671ef262e45e8e0901837bf348ea2d 100644
 | 
| --- a/ui/views/controls/resize_area_delegate.h
 | 
| +++ b/ui/views/controls/resize_area_delegate.h
 | 
| @@ -16,7 +16,7 @@ class ResizeAreaDelegate {
 | 
|    // positive (depending on direction of dragging and flips according to
 | 
|    // locale directionality: dragging to the left in LTR locales gives negative
 | 
|    // |resize_amount| but positive amount for RTL). |done_resizing| is true if
 | 
| -  // the user has released the mouse.
 | 
| +  // the user has released the pointer (mouse, stylus, touch, etc.).
 | 
|    virtual void OnResize(int resize_amount, bool done_resizing) = 0;
 | 
|  
 | 
|   protected:
 | 
| 
 |