blob: 4d9b727b50bf84a3366025fb32015728e496079f [file] [log] [blame]
// mojo/public/mojom/base/safe_base_name.mojom-lite.js is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview
* @suppress {missingRequire}
*/
'use strict';
mojo.internal.exportModule('mojoBase.mojom');
/**
* @const { {$:!mojo.internal.MojomType}}
* @export
*/
mojoBase.mojom.SafeBaseNameSpec =
{ $: /** @type {!mojo.internal.MojomType} */ ({}) };
mojo.internal.Struct(
mojoBase.mojom.SafeBaseNameSpec.$,
'SafeBaseName',
[
mojo.internal.StructField(
'path', 0,
0,
mojoBase.mojom.FilePathSpec.$,
null,
false, /* nullable */
0 /* minVersion */,
),
],
[[0, 16],]);
/** @record */
mojoBase.mojom.SafeBaseName = class {
constructor() {
/** @export { !mojoBase.mojom.FilePath } */
this.path;
}
};