| // Copyright 2025 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| module mojo_base.mojom; | |
| // A struct that contains nothing. This can be useful in places where | |
| // mojo has to return something, but the interface has nothing interesting | |
| // to return. | |
| struct Empty {}; |