Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
index f11960d84fe3d596b5f92d69e395a2ec9bb703f6..83b0f58bd28924a2ba3a7e57ee32c788ed18acd2 100644 |
--- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm |
@@ -314,7 +314,7 @@ const ContentTypeToNibPath kNibPaths[] = { |
if (!titleLabel_) |
return; |
- NSString* label = base::SysUTF8ToNSString( |
+ NSString* label = base::SysUTF16ToNSString( |
contentSettingBubbleModel_->bubble_content().title); |
[titleLabel_ setStringValue:label]; |