| Index: chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h
|
| diff --git a/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h b/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h
|
| index ead85d0775ae3f62f6f54b5b40de51217298214e..7cc795c58aa80de93e53720c4bcb78ab9ec02cce 100644
|
| --- a/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h
|
| +++ b/chrome/browser/subresource_filter/subresource_filter_content_settings_manager_factory.h
|
| @@ -10,13 +10,15 @@
|
|
|
| class KeyedService;
|
| class Profile;
|
| +class SubresourceFilterContentSettingsManager;
|
|
|
| // This class is responsible for instantiating a profile-scoped object which
|
| // observes changes to content settings.
|
| class SubresourceFilterContentSettingsManagerFactory
|
| : public BrowserContextKeyedServiceFactory {
|
| public:
|
| - static void EnsureForProfile(Profile* profile);
|
| + static SubresourceFilterContentSettingsManager* EnsureForProfile(
|
| + Profile* profile);
|
|
|
| static SubresourceFilterContentSettingsManagerFactory* GetInstance();
|
|
|
|
|