alanlxl | 30f15bd | 2020-08-11 21:26:12 +1000 | [diff] [blame] | 1 | // 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 | |
| 10 | namespace federated { |
| 11 | |
| 12 | // Creates a mojom::Example Mojo struct with various nonempty fields. |
| 13 | chromeos::federated::mojom::ExamplePtr CreateExamplePtr(); |
| 14 | |
| 15 | } // namespace federated |
| 16 | |
| 17 | #endif // FEDERATED_TEST_UTILS_H_ |