// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_BLUETOOTH_TEST_MOCK_PAIRING_DELEGATE_H_ #define DEVICE_BLUETOOTH_TEST_MOCK_PAIRING_DELEGATE_H_ #include <cstdint> #include <string> #include "device/bluetooth/bluetooth_device.h" #include "testing/gmock/include/gmock/gmock.h" namespace device { class MockPairingDelegate : public BluetoothDevice::PairingDelegate { … }; } // namespace device #endif // DEVICE_BLUETOOTH_TEST_MOCK_PAIRING_DELEGATE_H_