| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| index 0eab11bbafaf59f24d7e9aa402b94fe79e9d0dd0..0df147569edde669c6580416b517bc9e12bab2ed 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| @@ -112,7 +112,7 @@ void TabContentsViewViews::StartDragging(const WebDropData& drop_data,
|
| native_tab_contents_view_->StartDragging(drop_data, ops, image, image_offset);
|
| }
|
|
|
| -void TabContentsViewViews::SetPageTitle(const std::wstring& title) {
|
| +void TabContentsViewViews::SetPageTitle(const string16& title) {
|
| native_tab_contents_view_->SetPageTitle(title);
|
| }
|
|
|
|
|