| Index: chromecast/media/base/decrypt_context_clearkey.h
|
| diff --git a/chromecast/media/base/decrypt_context_clearkey.h b/chromecast/media/base/decrypt_context_clearkey.h
|
| index 38cfaa7a993071af62d3db0a5a8d3b2469012b2b..770cea081449851b26bffab160b75dde5d935842 100644
|
| --- a/chromecast/media/base/decrypt_context_clearkey.h
|
| +++ b/chromecast/media/base/decrypt_context_clearkey.h
|
| @@ -17,7 +17,7 @@ class DecryptContextClearKey : public DecryptContext {
|
| explicit DecryptContextClearKey(crypto::SymmetricKey* key);
|
|
|
| // DecryptContext implementation.
|
| - virtual crypto::SymmetricKey* GetKey() const OVERRIDE;
|
| + virtual crypto::SymmetricKey* GetKey() const override;
|
|
|
| private:
|
| virtual ~DecryptContextClearKey();
|
|
|