| Index: components/filesystem/public/interfaces/file.mojom
|
| diff --git a/components/filesystem/public/interfaces/file.mojom b/components/filesystem/public/interfaces/file.mojom
|
| index eca7f2beaa8c6f8465dd42483ecd9e917e94f97e..6ef7067690235083499b09886c5f6d25494a24f0 100644
|
| --- a/components/filesystem/public/interfaces/file.mojom
|
| +++ b/components/filesystem/public/interfaces/file.mojom
|
| @@ -7,7 +7,7 @@
|
| // and sizes must always be non-negative)
|
| // - buffer size parameters (for read/write) are uint32
|
|
|
| -module filesystem;
|
| +module filesystem.mojom;
|
|
|
| import "components/filesystem/public/interfaces/types.mojom";
|
|
|
|
|