| Index: ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host.h b/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| index c66cee9254c2f1376ebb7f185fed04661b069bcf..fed998e4cd457d66805722ee61d4ea1ee4b5c317 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| @@ -113,7 +113,7 @@ class VIEWS_EXPORT DesktopRootWindowHost {
|
| virtual bool IsAlwaysOnTop() const = 0;
|
|
|
| // Returns true if the title changed.
|
| - virtual bool SetWindowTitle(const string16& title) = 0;
|
| + virtual bool SetWindowTitle(const base::string16& title) = 0;
|
|
|
| virtual void ClearNativeFocus() = 0;
|
|
|
|
|