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

Unified Diff: components/filesystem/public/cpp/prefs/pref_service_factory.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
Index: components/filesystem/public/cpp/prefs/pref_service_factory.cc
diff --git a/components/filesystem/public/cpp/prefs/pref_service_factory.cc b/components/filesystem/public/cpp/prefs/pref_service_factory.cc
index 325b5e6191f1cd386038875db77c296ce29b0c46..c9837923f19583e2226d2ef6c385eb3ba10a944b 100644
--- a/components/filesystem/public/cpp/prefs/pref_service_factory.cc
+++ b/components/filesystem/public/cpp/prefs/pref_service_factory.cc
@@ -25,7 +25,7 @@ void DoNothingHandleReadError(PersistentPrefStore::PrefReadError error) {}
std::unique_ptr<PrefService> CreatePrefService(shell::Connector* connector,
PrefRegistry* pref_registry) {
- filesystem::FileSystemPtr filesystem;
+ filesystem::mojom::FileSystemPtr filesystem;
connector->ConnectToInterface("mojo:filesystem", &filesystem);
scoped_refptr<FilesystemJsonPrefStore> user_prefs =

Powered by Google App Engine
This is Rietveld 408576698