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