Index: chrome/browser/host_content_settings_map.cc |
=================================================================== |
--- chrome/browser/host_content_settings_map.cc (revision 41987) |
+++ chrome/browser/host_content_settings_map.cc (working copy) |
@@ -352,7 +352,7 @@ |
DCHECK(found); |
for (size_t type = 0; type < arraysize(kTypeNames); ++type) { |
if (std::wstring(kTypeNames[type]) == content_type) { |
- settings->settings[type] = static_cast<ContentSetting>(setting); |
+ settings->settings[type] = IntToContentSetting(setting); |
break; |
} |
} |