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

Unified Diff: services/user/user_service.h

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/user/public/interfaces/user_service.mojom ('k') | services/user/user_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/user/user_service.h
diff --git a/services/user/user_service.h b/services/user/user_service.h
index 347d2f524642aa02132403da329e0081c706f539..2aeee76f5be08c5c019729db1c34d7d5a887dd62 100644
--- a/services/user/user_service.h
+++ b/services/user/user_service.h
@@ -26,10 +26,10 @@ class UserService : public mojom::UserService {
~UserService() override;
// Overridden from mojom::UserService:
- void GetDirectory(filesystem::DirectoryRequest request,
+ void GetDirectory(filesystem::mojom::DirectoryRequest request,
const GetDirectoryCallback& callback) override;
void GetSubDirectory(const mojo::String& sub_directory_path,
- filesystem::DirectoryRequest request,
+ filesystem::mojom::DirectoryRequest request,
const GetSubDirectoryCallback& callback) override;
private:
« no previous file with comments | « services/user/public/interfaces/user_service.mojom ('k') | services/user/user_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698