Avi Drissman | 8ba1bad | 2022-09-13 19:22:36 | [diff] [blame] | 1 | // Copyright 2016 The Chromium Authors |
juncai | 5613eb8 | 2016-09-03 00:28:42 | [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 | #include <string> | ||||
6 | |||||
Avi Drissman | 12be031 | 2023-01-11 09:16:09 | [diff] [blame] | 7 | #include "base/functional/bind.h" |
Michael van Ouwerkerk | 87d131d3 | 2021-06-29 19:56:34 | [diff] [blame] | 8 | #include "components/permissions/bluetooth_chooser_controller.h" |
Michael van Ouwerkerk | 12553e2 | 2021-05-17 14:20:58 | [diff] [ |