Index: components/ownership/owner_key_util_impl.h |
diff --git a/components/ownership/owner_key_util_impl.h b/components/ownership/owner_key_util_impl.h |
index 279e57fae58fafc0424695d1f5da270b66012656..1bd8c2315b2fc02f387b8450effcdbb174ad3733 100644 |
--- a/components/ownership/owner_key_util_impl.h |
+++ b/components/ownership/owner_key_util_impl.h |
@@ -20,13 +20,13 @@ class OWNERSHIP_EXPORT OwnerKeyUtilImpl : public OwnerKeyUtil { |
explicit OwnerKeyUtilImpl(const base::FilePath& public_key_file); |
// OwnerKeyUtil implementation: |
- virtual bool ImportPublicKey(std::vector<uint8>* output) OVERRIDE; |
+ virtual bool ImportPublicKey(std::vector<uint8>* output) override; |
#if defined(USE_NSS) |
virtual crypto::RSAPrivateKey* FindPrivateKeyInSlot( |
const std::vector<uint8>& key, |
- PK11SlotInfo* slot) OVERRIDE; |
+ PK11SlotInfo* slot) override; |
#endif // defined(USE_NSS) |
- virtual bool IsPublicKeyPresent() OVERRIDE; |
+ virtual bool IsPublicKeyPresent() override; |
private: |
virtual ~OwnerKeyUtilImpl(); |