| Index: chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| diff --git a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| index 8799ac1d1f8853f792941371fae7720eb030edd4..12ecb7443defef0a65d0d730c5e0329e6d5a8406 100644
|
| --- a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| +++ b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| @@ -23,6 +23,7 @@ class OwnerKeyUtil;
|
|
|
| namespace chromeos {
|
|
|
| +class CrosSettings;
|
| class DeviceSettingsService;
|
| class OwnerSettingsServiceChromeOS;
|
|
|
| @@ -37,6 +38,8 @@ class OwnerSettingsServiceChromeOSFactory
|
| static void SetDeviceSettingsServiceForTesting(
|
| DeviceSettingsService* device_settings_service);
|
|
|
| + static void SetCrosSettingsForTesting(CrosSettings* cros_settings);
|
| +
|
| scoped_refptr<ownership::OwnerKeyUtil> GetOwnerKeyUtil();
|
|
|
| void SetOwnerKeyUtilForTesting(
|
|
|