| Index: chrome/browser/ui/webui/site_settings_helper.cc
|
| diff --git a/chrome/browser/ui/webui/site_settings_helper.cc b/chrome/browser/ui/webui/site_settings_helper.cc
|
| index a79e82b942b470ae553b7d239e13ad5baff5c0df..e95b400018d4c7773e28810f13ff27371a43989d 100644
|
| --- a/chrome/browser/ui/webui/site_settings_helper.cc
|
| +++ b/chrome/browser/ui/webui/site_settings_helper.cc
|
| @@ -306,7 +306,7 @@ void GetPolicyAllowedUrls(
|
| std::vector<ContentSettingsPattern> patterns;
|
| for (const auto& entry : *policy_urls) {
|
| std::string url;
|
| - bool valid_string = entry->GetAsString(&url);
|
| + bool valid_string = entry.GetAsString(&url);
|
| if (!valid_string)
|
| continue;
|
|
|
|
|