Index: components/filesystem/public/interfaces/file_system.mojom |
diff --git a/components/filesystem/public/interfaces/file_system.mojom b/components/filesystem/public/interfaces/file_system.mojom |
index 263121600f36578cc8a144d960738cc42ae336dd..3982297460bfe3a0bfbeaf3fb126ca9c27dc6974 100644 |
--- a/components/filesystem/public/interfaces/file_system.mojom |
+++ b/components/filesystem/public/interfaces/file_system.mojom |
@@ -10,5 +10,5 @@ |
interface FileSystem { |
// Opens the root directory for the file system with the given name; null |
// yields the default file system, if any. |
- OpenFileSystem(string? file_system, Directory& directory) => (FileError error); |
+ OpenFileSystem(string? file_system, Directory& directory) => (Error error); |
}; |