#ifndef CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PERMISSION_CONTEXT_DELEGATE_H_
#define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PERMISSION_CONTEXT_DELEGATE_H_
#include "base/functional/callback.h"
#include "chrome/browser/geolocation/geolocation_permission_context_extensions.h"
#include "components/permissions/contexts/geolocation_permission_context.h"
namespace content {
class WebContents;
}
namespace permissions {
class PermissionRequestID;
}
class GeolocationPermissionContextDelegate
: public permissions::GeolocationPermissionContext::Delegate { … };
#endif