Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
index b9af06fbd076afd4829949e332448cb96ff1a236..f15d5c904c0153a4b6206957a29fa8afeb717425 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
@@ -491,7 +491,7 @@ void LocationBarView::Layout() { |
entry_width -= (kEdgeThickness + kEdgeEditPadding); |
} else if (model_->GetSecurityLevel() == ToolbarModel::EV_SECURE) { |
ev_bubble_view_->SetVisible(true); |
- ev_bubble_view_->SetLabel(model_->GetEVCertName()); |
+ ev_bubble_view_->SetLabel(UTF16ToWideHack(model_->GetEVCertName())); |
ev_bubble_width = ev_bubble_view_->GetPreferredSize().width(); |
// We'll adjust this width and take it out of |entry_width| below. |
} else { |