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

Unified Diff: services/user/public/interfaces/user_service.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 | « services/shell/shell.cc ('k') | services/user/user_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/user/public/interfaces/user_service.mojom
diff --git a/services/user/public/interfaces/user_service.mojom b/services/user/public/interfaces/user_service.mojom
index 45bf7072655e3c7327b31a359871dc662739154e..f1cf6337d07b07ba6ccef40501368253acbc3fc5 100644
--- a/services/user/public/interfaces/user_service.mojom
+++ b/services/user/public/interfaces/user_service.mojom
@@ -14,10 +14,10 @@ import "components/filesystem/public/interfaces/types.mojom";
// the process so the only directory it has access to is the user's directory.
interface UserService {
// Returns the user profile directory.
- GetDirectory(filesystem.Directory& dir) => ();
+ GetDirectory(filesystem.mojom.Directory& dir) => ();
// Returns a subdirectory under the profile dir. Returns a filesystem error
// when we fail to create the subdirectory.
- GetSubDirectory(string dir_path, filesystem.Directory& dir)
- => (filesystem.FileError err);
+ GetSubDirectory(string dir_path, filesystem.mojom.Directory& dir)
+ => (filesystem.mojom.FileError err);
};
« no previous file with comments | « services/shell/shell.cc ('k') | services/user/user_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698