| Index: chrome/browser/extensions/api/content_settings/content_settings_store.h
|
| diff --git a/chrome/browser/extensions/api/content_settings/content_settings_store.h b/chrome/browser/extensions/api/content_settings/content_settings_store.h
|
| index f7dba86779fdf7366e83b429f89626aec4867298..17096ab86a8ca9171c0800ff649385f83a654afb 100644
|
| --- a/chrome/browser/extensions/api/content_settings/content_settings_store.h
|
| +++ b/chrome/browser/extensions/api/content_settings/content_settings_store.h
|
| @@ -32,9 +32,9 @@ class RuleIterator;
|
| namespace extensions {
|
|
|
| // This class is the backend for extension-defined content settings. It is used
|
| -// by the content_settings::ExtensionProvider to integrate its settings into the
|
| -// HostContentSettingsMap and by the content settings extension API to provide
|
| -// extensions with access to content settings.
|
| +// by the content_settings::CustomExtensionProvider to integrate its settings
|
| +// into the HostContentSettingsMap and by the content settings extension API to
|
| +// provide extensions with access to content settings.
|
| class ContentSettingsStore
|
| : public base::RefCountedThreadSafe<ContentSettingsStore> {
|
| public:
|
|
|