summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver/system_encryptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/gcm_driver/system_encryptor.h')
-rw-r--r--components/gcm_driver/system_encryptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/gcm_driver/system_encryptor.h b/components/gcm_driver/system_encryptor.h
index 48913a6..48c75c8 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