| Index: chrome/browser/content_settings/content_settings_notification_provider.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_notification_provider.cc b/chrome/browser/content_settings/content_settings_notification_provider.cc
|
| index 98893be0aa19a7bfe73d61bf8a37e69dbc5b2d88..f88b65d4ce988c8bf0cdbc29302115ba0dee95e1 100644
|
| --- a/chrome/browser/content_settings/content_settings_notification_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_notification_provider.cc
|
| @@ -276,7 +276,7 @@ void NotificationProvider::PersistPermissionChange(
|
| ListValue* allowed_sites = update_allowed_sites.Get();
|
| ListValue* denied_sites = update_denied_sites.Get();
|
| // |value| is passed to the preferences list, or deleted.
|
| - StringValue* value = new StringValue(origin.spec());
|
| + StringValue* value = base::StringValue::New(origin.spec());
|
|
|
| // Remove from one list and add to the other.
|
| if (is_allowed) {
|
|
|