Index: chrome/browser/ui/content_settings/content_setting_image_model.cc |
diff --git a/chrome/browser/ui/content_settings/content_setting_image_model.cc b/chrome/browser/ui/content_settings/content_setting_image_model.cc |
index 5cff2e4a8ef3682069781a77faff477a86015681..c81c2df7a9303d350677a997da3a683f380b0d59 100644 |
--- a/chrome/browser/ui/content_settings/content_setting_image_model.cc |
+++ b/chrome/browser/ui/content_settings/content_setting_image_model.cc |
@@ -196,8 +196,8 @@ void ContentSettingMediaImageModel::UpdateFromWebContents( |
return; |
set_tooltip( |
- l10n_util::GetStringUTF8(blocked ? IDS_MEDIASTREAM_BLOCKED_TOOLTIP |
- : IDS_MEDIASTREAM_ALLOWED_TOOLTIP)); |
+ l10n_util::GetStringUTF8(blocked ? |
+ IDS_MEDIASTREAM_BLOCKED_TOOLTIP : IDS_MEDIASTREAM_ALLOWED_TOOLTIP)); |
set_icon(blocked ? IDR_BLOCKED_MEDIA : IDR_ASK_MEDIA); |
set_visible(true); |
} |