| Index: mojo/services/files/public/interfaces/file.mojom
|
| diff --git a/services/files/file.mojom b/mojo/services/files/public/interfaces/file.mojom
|
| similarity index 98%
|
| rename from services/files/file.mojom
|
| rename to mojo/services/files/public/interfaces/file.mojom
|
| index 14a3883a714ea91540096c5ed4d613f52e6c78bd..da895581616e6fce8d7c88c10c7a116882464974 100644
|
| --- a/services/files/file.mojom
|
| +++ b/mojo/services/files/public/interfaces/file.mojom
|
| @@ -9,7 +9,7 @@
|
|
|
| module mojo.files;
|
|
|
| -import "services/files/types.mojom";
|
| +import "files/public/interfaces/types.mojom";
|
|
|
| // TODO(vtl): Write comments.
|
| interface File {
|
|
|