| Index: ui/views/widget/native_widget_aura.h
|
| diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h
|
| index c79c003f9950070bdcce886698930e6e28b64f0b..3d9781941f0e0f1de90b0d6a97e21e5ffd1a206b 100644
|
| --- a/ui/views/widget/native_widget_aura.h
|
| +++ b/ui/views/widget/native_widget_aura.h
|
| @@ -79,7 +79,7 @@ class VIEWS_EXPORT NativeWidgetAura
|
| virtual void GetWindowPlacement(
|
| gfx::Rect* bounds,
|
| ui::WindowShowState* maximized) 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;
|
|
|