| Index: chrome/browser/media/protected_media_identifier_permission_context_factory.h
|
| diff --git a/chrome/browser/media/protected_media_identifier_permission_context_factory.h b/chrome/browser/media/protected_media_identifier_permission_context_factory.h
|
| index 56481874ea47a47af24614f938be1806b9daafd8..fe85a4670586c57d5d0d23c7e4f03f9c5d2ae775 100644
|
| --- a/chrome/browser/media/protected_media_identifier_permission_context_factory.h
|
| +++ b/chrome/browser/media/protected_media_identifier_permission_context_factory.h
|
| @@ -6,13 +6,13 @@
|
| #define CHROME_BROWSER_MEDIA_PROTECTED_MEDIA_IDENTIFIER_PERMISSION_CONTEXT_FACTORY_H_
|
|
|
| #include "base/memory/singleton.h"
|
| -#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
| +#include "chrome/browser/permissions/permission_context_factory_base.h"
|
|
|
| class ProtectedMediaIdentifierPermissionContext;
|
| class Profile;
|
|
|
| class ProtectedMediaIdentifierPermissionContextFactory
|
| - : public BrowserContextKeyedServiceFactory {
|
| + : public PermissionContextFactoryBase {
|
| public:
|
| static ProtectedMediaIdentifierPermissionContext* GetForProfile(
|
| Profile* profile);
|
| @@ -31,8 +31,6 @@ class ProtectedMediaIdentifierPermissionContextFactory
|
| content::BrowserContext* profile) const override;
|
| void RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) override;
|
| - content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(
|
| ProtectedMediaIdentifierPermissionContextFactory);
|
|
|