| Index: ui/views/widget/widget_delegate.h | 
| diff --git a/ui/views/widget/widget_delegate.h b/ui/views/widget/widget_delegate.h | 
| index 16e29a8b3385ada559d9cd69738d24c77c045e57..f313c97d3ecd9d5a8205d9df640fdbf298e5fa40 100644 | 
| --- a/ui/views/widget/widget_delegate.h | 
| +++ b/ui/views/widget/widget_delegate.h | 
| @@ -63,10 +63,10 @@ class VIEWS_EXPORT WidgetDelegate { | 
| virtual ui::AccessibilityTypes::Role GetAccessibleWindowRole() const; | 
|  | 
| // Returns the title to be read with screen readers. | 
| -  virtual string16 GetAccessibleWindowTitle() const; | 
| +  virtual base::string16 GetAccessibleWindowTitle() const; | 
|  | 
| // Returns the text to be displayed in the window title. | 
| -  virtual string16 GetWindowTitle() const; | 
| +  virtual base::string16 GetWindowTitle() const; | 
|  | 
| // Returns true if the window should show a title in the title bar. | 
| virtual bool ShouldShowWindowTitle() const; | 
|  |