| Index: components/content_settings/core/browser/host_content_settings_map.h
|
| diff --git a/components/content_settings/core/browser/host_content_settings_map.h b/components/content_settings/core/browser/host_content_settings_map.h
|
| index b0d32142c3eb3aa86e9a74d71b568a474a1a51c3..ec33722e9996e4b9250274a0746a06ce9b1f436b 100644
|
| --- a/components/content_settings/core/browser/host_content_settings_map.h
|
| +++ b/components/content_settings/core/browser/host_content_settings_map.h
|
| @@ -182,7 +182,7 @@ class HostContentSettingsMap : public content_settings::Observer,
|
| const GURL& top_level_url,
|
| ContentSettingsType content_type,
|
| const std::string& resource_identifier,
|
| - base::Value* value);
|
| + std::unique_ptr<base::Value> value);
|
|
|
| // Sets a rule to apply the |value| for all sites matching |pattern|,
|
| // |content_type| and |resource_identifier|. Setting the value to null removes
|
|
|