blob: c43ea68dc8126f1f0e7fbae4e6a4ac826f98e80f [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2016 The Chromium Authors
khmel75cf0e72016-08-17 16:45:172// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_POLICY_DEFAULT_GEOLOCATION_POLICY_HANDLER_H_
6#define CHROME_BROWSER_POLICY_DEFAULT_GEOLOCATION_POLICY_HANDLER_H_
7
khmel75cf0e72016-08-17 16:45:178#include "components/policy/core/browser/configuration_policy_handler.h"
9
10class PrefValueMap;
11
12namespace policy {
13
14class PolicyMap;
15
16class DefaultGeolocationPolicyHandler : public IntRangePolicyHandlerBase {
17 public: