Index: components/ownership/owner_settings_service.h |
diff --git a/components/ownership/owner_settings_service.h b/components/ownership/owner_settings_service.h |
index a1d7c52308a5a88cff32e69ad2539d23f8e3b535..9be4a0a55dc032d5e3df78e692513ee28665e836 100644 |
--- a/components/ownership/owner_settings_service.h |
+++ b/components/ownership/owner_settings_service.h |
@@ -41,8 +41,8 @@ class OWNERSHIP_EXPORT OwnerSettingsService : public KeyedService { |
// policy storage.. |
virtual void OnSignedPolicyStored(bool success) {} |
- // Called when tentative changes were made to policy, but the policy still |
- // not signed and stored. |
+ // Called when tentative changes were made to policy, but the |
+ // policy is not signed and stored yet. |
// |
// TODO (ygorshenin@, crbug.com/230018): get rid of the method |
// since it creates DeviceSettingsService's dependency on |