| Index: chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| diff --git a/chrome/browser/geolocation/geolocation_permission_context_factory.h b/chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| index 3bb2efaa63facb8a36107e89e52b3a2c58c10ae9..7f95d169e69c456fd83cd8b3cf3b1c9f718350bc 100644
|
| --- a/chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| +++ b/chrome/browser/geolocation/geolocation_permission_context_factory.h
|
| @@ -8,14 +8,14 @@
|
| #include "base/memory/singleton.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/values.h"
|
| -#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
| +#include "chrome/browser/permissions/permission_context_factory_base.h"
|
|
|
| class GeolocationPermissionContext;
|
| class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| class GeolocationPermissionContextFactory
|
| - : public BrowserContextKeyedServiceFactory {
|
| + : public PermissionContextFactoryBase {
|
| public:
|
| static GeolocationPermissionContext* GetForProfile(Profile* profile);
|
|
|
|
|