| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 2c4e50396feaea6fe3a473c0570aea1796b6c4c7..d180970b715bd80f4ae0895ade1d685d039d311c 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -4497,7 +4497,7 @@ void TestingAutomationProvider::SetContentSetting(
|
| if (host.empty()) {
|
| map->SetDefaultContentSetting(content_type, setting);
|
| } else {
|
| - map->SetContentSetting(HostContentSettingsMap::Pattern(host),
|
| + map->SetContentSetting(ContentSettingsPattern(host),
|
| content_type, "", setting);
|
| }
|
| *success = true;
|
|
|