// Copyright 2023 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_FLOSS_FAKE_FLOSS_BLUETOOTH_TELEPHONY_CLIENT_H_ #define DEVICE_BLUETOOTH_FLOSS_FAKE_FLOSS_BLUETOOTH_TELEPHONY_CLIENT_H_ #include "device/bluetooth/floss/floss_bluetooth_telephony_client.h" namespace floss { class DEVICE_BLUETOOTH_EXPORT FakeFlossBluetoothTelephonyClient : public FlossBluetoothTelephonyClient { … }; } // namespace floss #endif // DEVICE_BLUETOOTH_FLOSS_FAKE_FLOSS_BLUETOOTH_TELEPHONY_CLIENT_H_