// 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_FLOSS_FAKE_FLOSS_ADAPTER_CLIENT_H_ #define DEVICE_BLUETOOTH_FLOSS_FAKE_FLOSS_ADAPTER_CLIENT_H_ #include <string> #include <unordered_set> #include "base/logging.h" #include "device/bluetooth/bluetooth_export.h" #include "device/bluetooth/floss/floss_adapter_client.h" namespace floss { class DEVICE_BLUETOOTH_EXPORT FakeFlossAdapterClient : public FlossAdapterClient { … }; } // namespace floss #endif // DEVICE_BLUETOOTH_FLOSS_FAKE_FLOSS_ADAPTER_CLIENT_H_