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

Unified Diff: services/catalog/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 | « services/catalog/catalog.cc ('k') | services/catalog/public/cpp/resource_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/manifest.json
diff --git a/services/catalog/manifest.json b/services/catalog/manifest.json
index fb304dc2d6ac08046864e4191344f8b6c5727f75..3f89a0f359d8ef7989852fce09554d152a5a0f6c 100644
--- a/services/catalog/manifest.json
+++ b/services/catalog/manifest.json
@@ -7,7 +7,7 @@
// by this service must be stated in code in shell.cc as this manifest is
// not resolved until after several connections have been made.
"provided": {
- "app": [ "filesystem::Directory" ]
+ "app": [ "filesystem::mojom::Directory" ]
},
"required": {
"mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/catalog/public/cpp/resource_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698