| Index: chrome/browser/storage/durable_storage_permission_context_factory.h
|
| diff --git a/chrome/browser/storage/durable_storage_permission_context_factory.h b/chrome/browser/storage/durable_storage_permission_context_factory.h
|
| index 598fd8722b4a2b5f0b3c04b185d3c038a07eb3ee..a57293133291e1e17964460e48b73648af0412f4 100644
|
| --- a/chrome/browser/storage/durable_storage_permission_context_factory.h
|
| +++ b/chrome/browser/storage/durable_storage_permission_context_factory.h
|
| @@ -6,13 +6,13 @@
|
| #define CHROME_BROWSER_STORAGE_DURABLE_STORAGE_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 DurableStoragePermissionContext;
|
| class Profile;
|
|
|
| class DurableStoragePermissionContextFactory
|
| - : public BrowserContextKeyedServiceFactory {
|
| + : public PermissionContextFactoryBase {
|
| public:
|
| static DurableStoragePermissionContext* GetForProfile(Profile* profile);
|
| static DurableStoragePermissionContextFactory* GetInstance();
|
|
|