| Index: ui/views/widget/native_widget_win.h | 
| diff --git a/ui/views/widget/native_widget_win.h b/ui/views/widget/native_widget_win.h | 
| index 8f27e09cf7d4254d431f7770472d79156b8d3813..9b7630435c803a7f199bf157f43d2b69541f2137 100644 | 
| --- a/ui/views/widget/native_widget_win.h | 
| +++ b/ui/views/widget/native_widget_win.h | 
| @@ -94,7 +94,7 @@ class VIEWS_EXPORT NativeWidgetWin : public internal::NativeWidgetPrivate, | 
| virtual void GetWindowPlacement( | 
| gfx::Rect* bounds, | 
| ui::WindowShowState* show_state) const OVERRIDE; | 
| -  virtual bool SetWindowTitle(const string16& title) OVERRIDE; | 
| +  virtual bool SetWindowTitle(const base::string16& title) OVERRIDE; | 
| virtual void SetWindowIcons(const gfx::ImageSkia& window_icon, | 
| const gfx::ImageSkia& app_icon) OVERRIDE; | 
| virtual void InitModalType(ui::ModalType modal_type) OVERRIDE; | 
|  |