| Index: components/filesystem/public/cpp/prefs/pref_service_factory.h
|
| diff --git a/components/filesystem/public/cpp/prefs/pref_service_factory.h b/components/filesystem/public/cpp/prefs/pref_service_factory.h
|
| index cee2631a8a3e081433c17a6353288ac6fa2a6a2e..86a2704da43e022ba4f4b3c7163dc3ceff339a9f 100644
|
| --- a/components/filesystem/public/cpp/prefs/pref_service_factory.h
|
| +++ b/components/filesystem/public/cpp/prefs/pref_service_factory.h
|
| @@ -20,8 +20,9 @@ namespace filesystem {
|
| // This factory method creates a PrefService for the local process based on the
|
| // preference registry passed in. This PrefService will synchronize with a JSON
|
| // file in the mojo:filesystem.
|
| -std::unique_ptr<PrefService> CreatePrefService(shell::Connector* connector,
|
| - PrefRegistry* registry);
|
| +std::unique_ptr<PrefService> CreatePrefService(
|
| + service_manager::Connector* connector,
|
| + PrefRegistry* registry);
|
|
|
| } // namespace filesystem
|
|
|
|
|