| Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| index 5b32b017a0dd68fb4042c8166c4c26ddc22dbbda..c26037228d8f71396ddbeb42416893df0c0cefd9 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| @@ -862,9 +862,9 @@ void LocationBarViewGtk::UpdateSiteTypeArea() {
|
| gtk_util::BORDER_ALL);
|
| }
|
|
|
| - std::wstring info_text = toolbar_model_->GetEVCertName();
|
| + string16 info_text = toolbar_model_->GetEVCertName();
|
| gtk_label_set_text(GTK_LABEL(security_info_label_),
|
| - WideToUTF8(info_text).c_str());
|
| + UTF16ToUTF8(info_text).c_str());
|
|
|
| UpdateEVCertificateLabelSize();
|
|
|
|
|