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

Unified Diff: components/filesystem/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/filesystem/shared_temp_dir.h ('k') | components/filesystem/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/test_manifest.json
diff --git a/components/filesystem/test_manifest.json b/components/filesystem/test_manifest.json
index 37108ffbe2008fd297197a6291095eb0bec121e8..1dc20525ede3e9e73b47247ae73e01b8e6e4fb47 100644
--- a/components/filesystem/test_manifest.json
+++ b/components/filesystem/test_manifest.json
@@ -4,7 +4,7 @@
"display_name": "Filesystem Service Unittests",
"capabilities": {
"required": {
- "mojo:filesystem": { "interfaces": [ "filesystem::FileSystem" ] }
+ "mojo:filesystem": { "interfaces": [ "filesystem::mojom::FileSystem" ] }
}
}
}
« no previous file with comments | « components/filesystem/shared_temp_dir.h ('k') | components/filesystem/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698