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

Unified Diff: components/leveldb/test_manifest.json

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/public/interfaces/leveldb.mojom ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/test_manifest.json
diff --git a/components/leveldb/test_manifest.json b/components/leveldb/test_manifest.json
index 6aca1bc8e664a5636d5ad189313152355e74c79e..ff63154f2286b268fa6e46fc791f28674697f489 100644
--- a/components/leveldb/test_manifest.json
+++ b/components/leveldb/test_manifest.json
@@ -4,7 +4,7 @@
"display_name": "LevelDB Service Unittests",
"capabilities": {
"required": {
- "mojo:filesystem": { "interfaces": [ "filesystem::FileSystem" ] },
+ "mojo:filesystem": { "interfaces": [ "filesystem::mojom::FileSystem" ] },
"mojo:leveldb": { "interfaces": [ "leveldb::LevelDBService" ] }
}
}
« no previous file with comments | « components/leveldb/public/interfaces/leveldb.mojom ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698