| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| index bfe42e160c0e73b57854335e12e1d710b83c6b71..59f64f8171d92ccf0e19a158b042ad64475627dd 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.h
|
| @@ -80,7 +80,7 @@ class VIEWS_EXPORT DesktopRootWindowHostWin
|
| virtual bool HasCapture() const OVERRIDE;
|
| virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE;
|
| virtual bool IsAlwaysOnTop() const OVERRIDE;
|
| - virtual bool SetWindowTitle(const string16& title) OVERRIDE;
|
| + virtual bool SetWindowTitle(const base::string16& title) OVERRIDE;
|
| virtual void ClearNativeFocus() OVERRIDE;
|
| virtual Widget::MoveLoopResult RunMoveLoop(
|
| const gfx::Vector2d& drag_offset,
|
|
|