Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: components/leveldb/public/interfaces/leveldb.mojom

Issue 1962503002: Add mojom module suffix in .mojom files for components/filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/leveldb/leveldb_service_unittest.cc ('k') | components/leveldb/test_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/leveldb/leveldb_service_unittest.cc ('k') | components/leveldb/test_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698