| Index: chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| index b6bafeaa8ae1158a7ba554f57d2fd28011686992..6a6341039087892b33cacb8c26f6ac27fdd9f863 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| +++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm
|
| @@ -174,7 +174,7 @@ void TabContentsViewMac::RenderViewCreated(RenderViewHost* host) {
|
| host->routing_id(), kPreferredSizeWidth));
|
| }
|
|
|
| -void TabContentsViewMac::SetPageTitle(const std::wstring& title) {
|
| +void TabContentsViewMac::SetPageTitle(const string16& title) {
|
| // Meaningless on the Mac; widgets don't have a "title" attribute
|
| }
|
|
|
|
|