| Index: components/sync_driver/system_encryptor.h
|
| diff --git a/components/sync_driver/system_encryptor.h b/components/sync_driver/system_encryptor.h
|
| index 1b5c30fca69a30818c64e745e7aa27157ad203af..bdb7feac65fbb4b513d9305039bf7b880d98881d 100644
|
| --- a/components/sync_driver/system_encryptor.h
|
| +++ b/components/sync_driver/system_encryptor.h
|
| @@ -16,10 +16,10 @@ class SystemEncryptor : public syncer::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 sync_driver
|
|
|