| Index: components/nacl/browser/nacl_validation_cache_unittest.cc
|
| diff --git a/components/nacl/browser/nacl_validation_cache_unittest.cc b/components/nacl/browser/nacl_validation_cache_unittest.cc
|
| index 3b52ca723c05f9c6969cdb92d9508d265974197a..945db2fcfeccb387197b82e2b59a52843311fa80 100644
|
| --- a/components/nacl/browser/nacl_validation_cache_unittest.cc
|
| +++ b/components/nacl/browser/nacl_validation_cache_unittest.cc
|
| @@ -20,7 +20,7 @@ class NaClValidationCacheTest : public ::testing::Test {
|
| NaClValidationCache cache1;
|
| NaClValidationCache cache2;
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| // The compiler chokes if std::string(key1) is passed directly as an arg.
|
| std::string key(key1);
|
| cache1.SetValidationCacheKey(key);
|
|
|