| Index: components/leveldb/public/interfaces/leveldb.mojom
|
| diff --git a/components/leveldb/public/interfaces/leveldb.mojom b/components/leveldb/public/interfaces/leveldb.mojom
|
| index 75f37262c90ba7ff3e3f42b1e11e7f9cccf8072a..10ea5c503bdcfccc089afe6db57b0918c9618256 100644
|
| --- a/components/leveldb/public/interfaces/leveldb.mojom
|
| +++ b/components/leveldb/public/interfaces/leveldb.mojom
|
| @@ -61,11 +61,11 @@ struct OpenOptions {
|
|
|
| // Service which hands out databases.
|
| interface LevelDBService {
|
| - Open(filesystem.Directory directory,
|
| + Open(filesystem.mojom.Directory directory,
|
| string dbname,
|
| LevelDBDatabase& database) => (DatabaseError status);
|
| OpenWithOptions(OpenOptions options,
|
| - filesystem.Directory directory,
|
| + filesystem.mojom.Directory directory,
|
| string dbname,
|
| LevelDBDatabase& database) => (DatabaseError status);
|
|
|
|
|