blob: dad2954e9dda6b1b12341ddd70043c14900a85e6 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_CRYPTAUTH_REMOTE_DEVICE_TEST_UTIL_H
#define COMPONENTS_CRYPTAUTH_REMOTE_DEVICE_TEST_UTIL_H
#include <vector>
#include "components/cryptauth/remote_device.h"
namespace cryptauth {
std::vector<RemoteDevice> GenerateTestRemoteDevices(size_t num_to_create);
} // namespace cryptauth
#endif // COMPONENTS_CRYPTAUTH_REMOTE_DEVICE_TEST_UTIL_H