Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | // Copyright 2016 The Chromium Authors |
khmel | 75cf0e7 | 2016-08-17 16:45:17 | [diff] [blame] | 2 | // 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 | |
khmel | 75cf0e7 | 2016-08-17 16:45:17 | [diff] [blame] | 8 | #include "components/policy/core/browser/configuration_policy_handler.h" |
| 9 | |
| 10 | class PrefValueMap; |
| 11 | |
| 12 | namespace policy { |
| 13 | |
| 14 | class PolicyMap; |
| 15 | |
| 16 | class DefaultGeolocationPolicyHandler : public IntRangePolicyHandlerBase { |
| 17 | public: |
|
|