Index: components/gcm_driver/system_encryptor.h |
diff --git a/components/gcm_driver/system_encryptor.h b/components/gcm_driver/system_encryptor.h |
index 48913a69ecb11d612d114764a5b1e90b9b902bba..48c75c84964d0cb9145cda6233d70afbe87ec233 100644 |
--- a/components/gcm_driver/system_encryptor.h |
+++ b/components/gcm_driver/system_encryptor.h |
@@ -16,10 +16,10 @@ class SystemEncryptor : public Encryptor { |
virtual ~SystemEncryptor(); |
virtual bool EncryptString(const std::string& plaintext, |
- std::string* ciphertext) OVERRIDE; |
+ std::string* ciphertext) override; |
virtual bool DecryptString(const std::string& ciphertext, |
- std::string* plaintext) OVERRIDE; |
+ std::string* plaintext) override; |
}; |
} // namespace gcm |