| Index: components/cryptauth/remote_device_test_util.h
|
| diff --git a/components/cryptauth/remote_device_test_util.h b/components/cryptauth/remote_device_test_util.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dad2954e9dda6b1b12341ddd70043c14900a85e6
|
| --- /dev/null
|
| +++ b/components/cryptauth/remote_device_test_util.h
|
| @@ -0,0 +1,18 @@
|
| +// 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
|
|
|