| 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 d10b2286a354478faf6eb1d65a08b575fe71622f..175ab9c731cf703fb7daa9c94005306b09b8df38 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account.h
|
| +++ b/chrome/browser/chromeos/policy/device_local_account.h
|
| @@ -43,7 +43,8 @@ struct DeviceLocalAccount {
|
| // The |account_id| is primarily used by policy code: If device policy defines
|
| // a device-local account with a certain |account_id|, the user policy for
|
| // that account has to be fetched by referencing the same |account_id|.
|
| - // The |user_id| is passed to the chromeos::UserManager where it becomes part
|
| + // The |user_id| is passed to the user_manager::UserManager where it becomes
|
| + // part
|
| // of the global user list on the device. The |account_id| would not be safe
|
| // to use here as it is a free-form identifier that could conflict with
|
| // another |user_id| on the device and cannot be easily identified as
|
|
|