Chromium Code Reviews| Index: chrome/browser/chromeos/policy/device_local_account.h |
| diff --git a/chrome/browser/chromeos/policy/device_local_account.h b/chrome/browser/chromeos/policy/device_local_account.h |
| index 69a74806880ab400c103c025b3ac12ce7701ad6a..cdba914da39b351a39742e27c27849643510a1fa 100644 |
| --- a/chrome/browser/chromeos/policy/device_local_account.h |
| +++ b/chrome/browser/chromeos/policy/device_local_account.h |
| @@ -10,6 +10,7 @@ |
| namespace chromeos { |
| class CrosSettings; |
| +class OwnerSettingsServiceChromeOS; |
| } |
| namespace policy { |
| @@ -67,9 +68,8 @@ bool IsDeviceLocalAccountUser(const std::string& user_id, |
| // Stores a list of device-local accounts in |cros_settings|. The accounts are |
|
bartfab (slow)
2015/03/31 14:12:40
Nit: Update the comment.
|
| // stored as a list of dictionaries with each dictionary containing the |
| // information about one |DeviceLocalAccount|. |
| -void SetDeviceLocalAccounts( |
| - chromeos::CrosSettings* cros_settings, |
| - const std::vector<DeviceLocalAccount>& accounts); |
| +void SetDeviceLocalAccounts(chromeos::OwnerSettingsServiceChromeOS* service, |
| + const std::vector<DeviceLocalAccount>& accounts); |
| // Retrieves a list of device-local accounts from |cros_settings|. |
| std::vector<DeviceLocalAccount> GetDeviceLocalAccounts( |