blob: 772cf3bcc52754b4179c4550521648eda571081a [file] [log] [blame]
// Copyright 2022 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.
// TODO(b/222650736): Currently, platform2 doesn't support these base types. So
// we add a copy here as a workaround. Once we fix that, we can remove this copy
// and use the one in libmojo.
module mojo_base.mojom;
// Maps to the base::TimeDelta.
[Stable]
struct TimeDelta {
int64 microseconds;
};