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

Unified Diff: services/catalog/public/cpp/resource_loader.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/catalog/manifest.json ('k') | services/catalog/public/cpp/resource_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/public/cpp/resource_loader.h
diff --git a/services/catalog/public/cpp/resource_loader.h b/services/catalog/public/cpp/resource_loader.h
index 1d6033c6e6c0f0f26e9b4002813a575ccd3f08a3..738be3635f2bdd4e774e4e8133e7e0f65de2ad92 100644
--- a/services/catalog/public/cpp/resource_loader.h
+++ b/services/catalog/public/cpp/resource_loader.h
@@ -30,7 +30,7 @@ class ResourceLoader {
// (Synchronously) opens all of the files in |paths| for reading. Use
// TakeFile() subsequently to obtain base::Files to use. Returns true if the
// sync operation completed, false if it did not.
- bool OpenFiles(filesystem::DirectoryPtr directory,
+ bool OpenFiles(filesystem::mojom::DirectoryPtr directory,
const std::set<std::string>& paths);
// Releases and returns the file wrapping the handle.
« no previous file with comments | « services/catalog/manifest.json ('k') | services/catalog/public/cpp/resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698