summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_win.cc')
-rw-r--r--content/shell/browser/shell_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_win.cc b/content/shell/browser/shell_win.cc
index 0cd65db..b9e57a9 100644
--- a/content/shell/browser/shell_win.cc
+++ b/content/shell/browser/shell_win.cc
@@ -278,7 +278,7 @@ LRESULT CALLBACK Shell::EditWndProc(HWND hwnd, UINT message,
lParam);
}
-void Shell::PlatformSetTitle(const string16& text) {
+void Shell::PlatformSetTitle(const base::string16& text) {
::SetWindowText(window_, text.c_str());
}