| Index: ui/views/view.h | 
| diff --git a/ui/views/view.h b/ui/views/view.h | 
| index 848d8470d0332e0b85d5ecef15e7d0e6ee0aabd9..7f4de4229651e37a48a0891c4ddeb7fd7df490fb 100644 | 
| --- a/ui/views/view.h | 
| +++ b/ui/views/view.h | 
| @@ -832,7 +832,8 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, | 
| // Any time the tooltip text that a View is displaying changes, it must | 
| // invoke TooltipTextChanged. | 
| // |p| provides the coordinates of the mouse (relative to this view). | 
| -  virtual bool GetTooltipText(const gfx::Point& p, string16* tooltip) const; | 
| +  virtual bool GetTooltipText(const gfx::Point& p, | 
| +                              base::string16* tooltip) const; | 
|  | 
| // Returns the location (relative to this View) for the text on the tooltip | 
| // to display. If false is returned (the default), the tooltip is placed at | 
|  |