diff options
Diffstat (limited to 'net/cert/ev_root_ca_metadata_unittest.cc')
-rw-r--r-- | net/cert/ev_root_ca_metadata_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cert/ev_root_ca_metadata_unittest.cc b/net/cert/ev_root_ca_metadata_unittest.cc index 1bb5475..90f4fa1 100644 --- a/net/cert/ev_root_ca_metadata_unittest.cc +++ b/net/cert/ev_root_ca_metadata_unittest.cc @@ -94,7 +94,7 @@ bool EVOidData::Init() { class EVRootCAMetadataTest : public testing::Test { protected: - virtual void SetUp() OVERRIDE { + virtual void SetUp() override { ASSERT_TRUE(ev_oid_data.Init()); } |