Index: content/shell/browser/shell_win.cc |
diff --git a/content/shell/browser/shell_win.cc b/content/shell/browser/shell_win.cc |
index 0cd65db070162aacb8e9f58daa073d01a74f2d0e..b9e57a96d48398c11f0b6e72f7f17b6c50bcdc4d 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()); |
} |