blob: 305ce6d1ab4a8fa9933a9f47b3eaa6b2309eecc8 [file] [log] [blame] [edit]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file is copied from,
// https://cs.chromium.org/chromium/src/mojo/public/mojom/base/uuid.mojom
// Change the module to avoid collision with other platform mojom.
module ash.cros_healthd.external.mojo_base.mojom;
// Corresponds to |base::Uuid| in base/uuid.h
[Stable]
struct Uuid {
string value;
};