| Index: mojo/services/files/interfaces/files.mojom
|
| diff --git a/mojo/services/files/public/interfaces/files.mojom b/mojo/services/files/interfaces/files.mojom
|
| similarity index 81%
|
| rename from mojo/services/files/public/interfaces/files.mojom
|
| rename to mojo/services/files/interfaces/files.mojom
|
| index dd030685249f545391bb1ef6b9b2a9b08cfca4b9..908b2c776beaf6dba3ef3f184d41a2ce47c82c6a 100644
|
| --- a/mojo/services/files/public/interfaces/files.mojom
|
| +++ b/mojo/services/files/interfaces/files.mojom
|
| @@ -5,8 +5,8 @@
|
| [DartPackage="mojo_services"]
|
| module mojo.files;
|
|
|
| -import "files/public/interfaces/directory.mojom";
|
| -import "files/public/interfaces/types.mojom";
|
| +import "files/interfaces/directory.mojom";
|
| +import "files/interfaces/types.mojom";
|
|
|
| interface Files {
|
| // Opens the root directory for the file system with the given name; null
|
|
|