| Index: mojo/services/files/interfaces/files.mojom
|
| diff --git a/mojo/services/files/interfaces/files.mojom b/mojo/services/files/interfaces/files.mojom
|
| index 908b2c776beaf6dba3ef3f184d41a2ce47c82c6a..392f552fef087524ee0135774db4f994b810712f 100644
|
| --- a/mojo/services/files/interfaces/files.mojom
|
| +++ b/mojo/services/files/interfaces/files.mojom
|
| @@ -8,6 +8,7 @@ module mojo.files;
|
| import "files/interfaces/directory.mojom";
|
| import "files/interfaces/types.mojom";
|
|
|
| +[ServiceName="mojo::files::Files"]
|
| interface Files {
|
| // Opens the root directory for the file system with the given name; null
|
| // yields the default file system, if any.
|
|
|