| Index: chrome/browser/content_settings/content_settings_policy_provider.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| index 9489032c0a7934c82cd7d2ddfa01836a325ea4d7..56b6c124bdd8abe6f732b0afc550d9dc936b37f6 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| @@ -411,7 +411,7 @@ void PolicyProvider::UpdateManagedDefaultSetting(
|
| ContentSettingsPattern::Wildcard(),
|
| content_type,
|
| std::string(),
|
| - Value::CreateIntegerValue(setting));
|
| + base::Value::CreateIntegerValue(setting));
|
| }
|
| }
|
|
|
| @@ -431,7 +431,7 @@ bool PolicyProvider::SetWebsiteSetting(
|
| const ContentSettingsPattern& secondary_pattern,
|
| ContentSettingsType content_type,
|
| const ResourceIdentifier& resource_identifier,
|
| - Value* value) {
|
| + base::Value* value) {
|
| return false;
|
| }
|
|
|
|
|