| 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 6352b0a15418416cd70c7f40ef6f184373c6530a..1774fa7b01d8e17a4e48a480fb6f4a3b77c1733d 100644
|
| --- a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| +++ b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
|
| @@ -20,6 +20,7 @@ class OwnerKeyUtil;
|
|
|
| namespace chromeos {
|
|
|
| +class DeviceSettingsService;
|
| class OwnerSettingsServiceChromeOS;
|
|
|
| class OwnerSettingsServiceChromeOSFactory
|
| @@ -29,6 +30,9 @@ class OwnerSettingsServiceChromeOSFactory
|
|
|
| static OwnerSettingsServiceChromeOSFactory* GetInstance();
|
|
|
| + static void SetDeviceSettingsServiceForTesting(
|
| + DeviceSettingsService* device_settings_service);
|
| +
|
| scoped_refptr<ownership::OwnerKeyUtil> GetOwnerKeyUtil();
|
|
|
| void SetOwnerKeyUtilForTesting(
|
|
|