| Index: chrome/browser/policy/cloud_policy_client.h
|
| diff --git a/chrome/browser/policy/cloud_policy_client.h b/chrome/browser/policy/cloud_policy_client.h
|
| index 85b924a4d0c5700868c7d544a3bf9ddaff60d405..31bac36c47155f424cb9e73647ea94f44ab7ed2a 100644
|
| --- a/chrome/browser/policy/cloud_policy_client.h
|
| +++ b/chrome/browser/policy/cloud_policy_client.h
|
| @@ -132,7 +132,7 @@ class CloudPolicyClient {
|
| bool is_registered() const { return !dm_token_.empty(); }
|
|
|
| // The policy response as obtained by the last request to the cloud. This
|
| - // policy blob hasn't gone through verification, so it's contents cannot be
|
| + // policy blob hasn't gone through verification, so its contents cannot be
|
| // trusted. Use CloudPolicyStore::policy() and CloudPolicyStore::policy_map()
|
| // instead for making policy decisions.
|
| const enterprise_management::PolicyFetchResponse* policy() const {
|
|
|