Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: components/nacl/browser/nacl_validation_cache_unittest.cc

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/browser/nacl_file_host_unittest.cc ('k') | components/nacl/browser/pnacl_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/nacl/browser/nacl_file_host_unittest.cc ('k') | components/nacl/browser/pnacl_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698