Jason Hu | a06a229e | 2024-05-04 01:40:06 | [diff] [blame] | 1 | // Copyright 2024 The Chromium Authors |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Radu Nitescu | e47d571 | 2024-07-12 10:29:02 | [diff] [blame] | 5 | #ifndef COMPONENTS_LENS_LENS_OVERLAY_PERMISSION_UTILS_H_ |
| 6 | #define COMPONENTS_LENS_LENS_OVERLAY_PERMISSION_UTILS_H_ |
Jason Hu | a06a229e | 2024-05-04 01:40:06 | [diff] [blame] | 7 | |
| 8 | class PrefService; |
| 9 | |
| 10 | namespace syncer { |
| 11 | class SyncService; |
| 12 | } // namespace syncer |
| 13 | |
Mohamad Ahmadi | eb5d122 | 2024-05-06 17:12:43 | [diff] [blame] | 14 | namespace user_prefs { |
| 15 | class PrefRegistrySyncable; |
| 16 | } // namespace user_prefs |
| 17 | |
Jason Hu |
|