blob: 490824080637360851efc92d17ae18e71c469fed [file] [log] [blame]
Jason Hua06a229e2024-05-04 01:40:061// 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 Nitescue47d5712024-07-12 10:29:025#ifndef COMPONENTS_LENS_LENS_OVERLAY_PERMISSION_UTILS_H_
6#define COMPONENTS_LENS_LENS_OVERLAY_PERMISSION_UTILS_H_
Jason Hua06a229e2024-05-04 01:40:067
8class PrefService;
9
10namespace syncer {
11class SyncService;
12} // namespace syncer
13
Mohamad Ahmadieb5d1222024-05-06 17:12:4314namespace user_prefs {
15class PrefRegistrySyncable;
16} // namespace user_prefs
17
Jason Hu