| Index: chrome/browser/views/location_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/location_bar_view.cc (revision 10809)
|
| +++ chrome/browser/views/location_bar_view.cc (working copy)
|
| @@ -322,7 +322,7 @@
|
| std::wstring LocationBarView::GetTitle() const {
|
| DCHECK(delegate_);
|
| DCHECK(delegate_->GetTabContents());
|
| - return delegate_->GetTabContents()->GetTitle();
|
| + return UTF16ToWideHack(delegate_->GetTabContents()->GetTitle());
|
| }
|
|
|
| void LocationBarView::DoLayout(const bool force_layout) {
|
|
|