// Copyright 2017 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_FIDO_CABLE_MOCK_FIDO_BLE_CONNECTION_H_ #define DEVICE_FIDO_CABLE_MOCK_FIDO_BLE_CONNECTION_H_ #include <string> #include <vector> #include "base/component_export.h" #include "device/fido/cable/fido_ble_connection.h" #include "testing/gmock/include/gmock/gmock.h" namespace device { class BluetoothAdapter; class MockFidoBleConnection : public FidoBleConnection { … }; } // namespace device #endif // DEVICE_FIDO_CABLE_MOCK_FIDO_BLE_CONNECTION_H_