chromium/device/fido/mock_fido_discovery_observer.h

// 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_MOCK_FIDO_DISCOVERY_OBSERVER_H_
#define DEVICE_FIDO_MOCK_FIDO_DISCOVERY_OBSERVER_H_

#include <string>
#include <vector>

#include "base/component_export.h"
#include "device/fido/fido_device_discovery.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace device {

class FidoAuthenticator;

class MockFidoDiscoveryObserver : public FidoDiscoveryBase::Observer {};

}  // namespace device

#endif  // DEVICE_FIDO_MOCK_FIDO_DISCOVERY_OBSERVER_H_