| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| index fecfffab2870f410632e24e5e51e2cbb1b755d24..0a030281fbae34bda2b6c8119b34b8b1a3586939 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc
|
| @@ -129,7 +129,7 @@ gfx::NativeWindow NativeTabContentsViewWin::GetTopLevelNativeWindow() const {
|
| return ::GetAncestor(GetNativeView(), GA_ROOT);
|
| }
|
|
|
| -void NativeTabContentsViewWin::SetPageTitle(const std::wstring& title) {
|
| +void NativeTabContentsViewWin::SetPageTitle(const string16& title) {
|
| // It's possible to get this after the hwnd has been destroyed.
|
| if (GetNativeView())
|
| ::SetWindowText(GetNativeView(), title.c_str());
|
|
|