| Index: chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| diff --git a/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc b/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| index c5075e5d1165bc7adcf5c3119dcf52ab1ade7392..4c1560553bb0c433c8589c19f84fc574b483e54d 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| +++ b/chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc
|
| @@ -33,7 +33,7 @@ namespace safe_browsing {
|
|
|
| class PhishingTermFeatureExtractorTest : public ::testing::Test {
|
| protected:
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| base::hash_set<std::string> terms;
|
| terms.insert("one");
|
| terms.insert("one one");
|
|
|