Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
index c258f84d0a780401469a0d166a335d027be70664..de0ae61087d276912b38f184595a964bb212fd3b 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc |
@@ -334,7 +334,7 @@ bool DesktopRootWindowHostWin::IsAlwaysOnTop() const { |
return message_handler_->IsAlwaysOnTop(); |
} |
-bool DesktopRootWindowHostWin::SetWindowTitle(const string16& title) { |
+bool DesktopRootWindowHostWin::SetWindowTitle(const base::string16& title) { |
return message_handler_->SetTitle(title); |
} |