| Index: mojo/public/interfaces/bindings/mojom_files.mojom
|
| diff --git a/mojo/public/interfaces/bindings/mojom_files.mojom b/mojo/public/interfaces/bindings/mojom_files.mojom
|
| index 187d7b36411c98ace3aa2e7e87c61b683eae678f..b31dbc72d9f18a951fc6c149ac2e604a831b8bc7 100644
|
| --- a/mojo/public/interfaces/bindings/mojom_files.mojom
|
| +++ b/mojo/public/interfaces/bindings/mojom_files.mojom
|
| @@ -59,13 +59,13 @@ struct MojomFileGraph {
|
| // All the files in this graph. The keys are file names
|
| map<string, MojomFile> files;
|
|
|
| - // All the resolved user-defined types known to this descriptor. The keys are
|
| + // All the resolved user-defined types known to this structure. The keys are
|
| // the |type_key|s.
|
| map<string, UserDefinedType> resolved_types;
|
|
|
| - // All the resolved declared constants known to this descriptor. The keys are
|
| - // the |constant_key|s.
|
| - map<string, DeclaredConstant> resolved_constants;
|
| + // All the resolved user-defined values known to this structure. The keys are
|
| + // the |value_key|s.
|
| + map<string, UserDefinedValue> resolved_values;
|
| };
|
|
|
| // A KeysByType struct organizes by type all of the type and constant keys known
|
|
|