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

Unified Diff: services/shell/shell.cc

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/public/cpp/resource_loader.cc ('k') | services/user/public/interfaces/user_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell.cc
diff --git a/services/shell/shell.cc b/services/shell/shell.cc
index 63b5df09b5f20301815b175c1a1acfaa662571f9..a5824f9d857c517488b87821293a50a7c645b2f4 100644
--- a/services/shell/shell.cc
+++ b/services/shell/shell.cc
@@ -548,7 +548,7 @@ void Shell::InitCatalog(mojom::ShellClientPtr catalog) {
// a bit of a chicken-and-egg problem.
CapabilitySpec spec;
Interfaces interfaces;
- interfaces.insert("filesystem::Directory");
+ interfaces.insert("filesystem::mojom::Directory");
spec.provided["app"] = interfaces;
Instance* instance = CreateInstance(CreateShellIdentity(),
CreateCatalogIdentity(),
« no previous file with comments | « services/catalog/public/cpp/resource_loader.cc ('k') | services/user/public/interfaces/user_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698