| Index: ios/chrome/browser/component_updater/ios_component_updater_configurator.cc
|
| diff --git a/ios/chrome/browser/component_updater/ios_component_updater_configurator.cc b/ios/chrome/browser/component_updater/ios_component_updater_configurator.cc
|
| index f1e4f61851efbe0d958d78b5130b99e0e2fc9b16..03f11913128e626c571cb835afb886ca01ff31eb 100644
|
| --- a/ios/chrome/browser/component_updater/ios_component_updater_configurator.cc
|
| +++ b/ios/chrome/browser/component_updater/ios_component_updater_configurator.cc
|
| @@ -154,7 +154,7 @@ IOSConfigurator::GetSequencedTaskRunner() const {
|
| }
|
|
|
| PrefService* IOSConfigurator::GetPrefService() const {
|
| - return nullptr;
|
| + return GetApplicationContext()->GetLocalState();
|
| }
|
|
|
| } // namespace
|
|
|