| Index: chrome/browser/chromeos/policy/dm_token_storage.h
|
| diff --git a/chrome/browser/chromeos/policy/dm_token_storage.h b/chrome/browser/chromeos/policy/dm_token_storage.h
|
| index 19f3c910d33900ee1f819b70555c2be369ae8a0b..d917c24b666450fa473ace72f223155482b417f6 100644
|
| --- a/chrome/browser/chromeos/policy/dm_token_storage.h
|
| +++ b/chrome/browser/chromeos/policy/dm_token_storage.h
|
| @@ -18,7 +18,7 @@ namespace policy {
|
|
|
| // Helper class to store/retrieve DM token to/from the local state. This is
|
| // needed for Active Directory management because AD devices lacks DM token in
|
| -// the policies. DM token will be used in the future for ARC++ integration.
|
| +// the policies. DM token will be used in the future for ARC integration.
|
| //
|
| // Note that requests must be made from the UI thread because SystemSaltGetter
|
| // calls CryptohomeClient which must be called from the UI thread.
|
|
|