blob: d5a41142a7e754ad942d21d6af569c572226dc14 [file] [log] [blame]
alanlxl30f15bd2020-08-11 21:26:12 +10001// Copyright 2020 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FEDERATED_TEST_UTILS_H_
6#define FEDERATED_TEST_UTILS_H_
7
8#include "federated/mojom/example.mojom.h"
9
10namespace federated {
11
12// Creates a mojom::Example Mojo struct with various nonempty fields.
13chromeos::federated::mojom::ExamplePtr CreateExamplePtr();
14
15} // namespace federated
16
17#endif // FEDERATED_TEST_UTILS_H_