| Index: components/filesystem/public/interfaces/file.mojom
|
| diff --git a/components/filesystem/public/interfaces/file.mojom b/components/filesystem/public/interfaces/file.mojom
|
| index 05bce45cbf2b2db5076f8fd9f6ff7dac0729f322..ac01f871f10640e187f563d3f0234764d47d14b6 100644
|
| --- a/components/filesystem/public/interfaces/file.mojom
|
| +++ b/components/filesystem/public/interfaces/file.mojom
|
| @@ -10,6 +10,7 @@
|
| module filesystem.mojom;
|
|
|
| import "components/filesystem/public/interfaces/types.mojom";
|
| +import "mojo/common/common_custom_types.mojom";
|
|
|
| // TODO(vtl): Write comments.
|
| interface File {
|
| @@ -84,5 +85,5 @@ interface File {
|
|
|
| // Returns a handle to the file for raw access.
|
| [Sync]
|
| - AsHandle() => (FileError error, handle file_handle);
|
| + AsHandle() => (FileError error, mojo.common.mojom.File? file_handle);
|
| };
|
|
|