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

Unified Diff: components/ownership/owner_key_util_impl_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/ownership/owner_key_util_impl.h ('k') | components/ownership/owner_settings_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ownership/owner_key_util_impl_unittest.cc
diff --git a/components/ownership/owner_key_util_impl_unittest.cc b/components/ownership/owner_key_util_impl_unittest.cc
index 950201e0ef650a446e863c2daad3d894bab4ded8..d79b3b23fa8854bcf408d244f59881482e0d9e85 100644
--- a/components/ownership/owner_key_util_impl_unittest.cc
+++ b/components/ownership/owner_key_util_impl_unittest.cc
@@ -49,9 +49,9 @@ const uint8 kTestKeyData[] = {
class OwnerKeyUtilImplTest : public testing::Test {
protected:
OwnerKeyUtilImplTest() {}
- virtual ~OwnerKeyUtilImplTest() {}
+ ~OwnerKeyUtilImplTest() override {}
- virtual void SetUp() override {
+ void SetUp() override {
ASSERT_TRUE(tmpdir_.CreateUniqueTempDir());
key_file_ = tmpdir_.path().Append(FILE_PATH_LITERAL("key"));
util_ = new OwnerKeyUtilImpl(key_file_);
« no previous file with comments | « components/ownership/owner_key_util_impl.h ('k') | components/ownership/owner_settings_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698