| Index: content/browser/web_contents/web_contents_view_win.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_win.cc b/content/browser/web_contents/web_contents_view_win.cc
|
| index 92548d2dca083186ab1bf90bb3ef30f433839c6e..8360d8c5f59536470189386e52db4c53fc751562 100644
|
| --- a/content/browser/web_contents/web_contents_view_win.cc
|
| +++ b/content/browser/web_contents/web_contents_view_win.cc
|
| @@ -228,7 +228,7 @@ RenderWidgetHostView* WebContentsViewWin::CreateViewForPopupWidget(
|
| return RenderWidgetHostViewPort::CreateViewForWidget(render_widget_host);
|
| }
|
|
|
| -void WebContentsViewWin::SetPageTitle(const string16& title) {
|
| +void WebContentsViewWin::SetPageTitle(const base::string16& title) {
|
| // It's possible to get this after the hwnd has been destroyed.
|
| if (GetNativeView())
|
| ::SetWindowText(GetNativeView(), title.c_str());
|
|
|