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

Unified Diff: chrome/renderer/safe_browsing/scorer_unittest.cc

Issue 679273002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/renderer/safe_browsing/scorer_unittest.cc
diff --git a/chrome/renderer/safe_browsing/scorer_unittest.cc b/chrome/renderer/safe_browsing/scorer_unittest.cc
index 85c5d507ec1ff0e7e1454022853458bc8f049690..d83085ea893f54f89206bace0971c09bbeffa165 100644
--- a/chrome/renderer/safe_browsing/scorer_unittest.cc
+++ b/chrome/renderer/safe_browsing/scorer_unittest.cc
@@ -20,7 +20,7 @@ namespace safe_browsing {
class PhishingScorerTest : public ::testing::Test {
protected:
- virtual void SetUp() {
+ void SetUp() override {
// Setup a simple model. Note that the scorer does not care about
// how features are encoded so we use readable strings here to make
// the test simpler to follow.

Powered by Google App Engine
This is Rietveld 408576698