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

Unified Diff: components/filesystem/public/cpp/prefs/pref_service_factory.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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 065d752974d8f7428858226a28d476f32a38027f..3c56729f80409a205e5603f2c4643b149f63a2de 100644
--- a/components/filesystem/public/cpp/prefs/pref_service_factory.cc
+++ b/components/filesystem/public/cpp/prefs/pref_service_factory.cc
@@ -23,8 +23,9 @@ void DoNothingHandleReadError(PersistentPrefStore::PrefReadError error) {}
} // namespace
-std::unique_ptr<PrefService> CreatePrefService(shell::Connector* connector,
- PrefRegistry* pref_registry) {
+std::unique_ptr<PrefService> CreatePrefService(
+ service_manager::Connector* connector,
+ PrefRegistry* pref_registry) {
filesystem::mojom::FileSystemPtr filesystem;
connector->ConnectToInterface("service:filesystem", &filesystem);
« no previous file with comments | « components/filesystem/public/cpp/prefs/pref_service_factory.h ('k') | components/font_service/font_service_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698