| Index: chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| index d30a4da7b7ae69154e4cdec77754d128800629f3..3704edbbd272dafb89b0ceb054bf68173eea6f42 100644
|
| --- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| +++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| @@ -256,7 +256,7 @@
|
| const_cast<user_manager::User*>(user));
|
| }
|
| OwnerSettingsServiceChromeOS* service =
|
| - OwnerSettingsServiceChromeOSFactory::GetForProfile(profile_.get());
|
| + OwnerSettingsServiceChromeOSFactory::GetForBrowserContext(profile_.get());
|
| CHECK(service);
|
| if (tpm_is_ready)
|
| service->OnTPMTokenReady(true /* token is enabled */);
|
|
|