Index: chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc |
diff --git a/chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc b/chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc |
index 559a4a27fb259d3cdfd66eb161919a2389601ed1..7049b27e4959a808474b27ad2a0bacdd3d99e95f 100644 |
--- a/chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc |
+++ b/chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc |
@@ -51,7 +51,7 @@ class PhishingClassifierTest : public InProcessBrowserTest { |
page_term_login_(features::kPageTerm + std::string("login")) { |
} |
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
+ virtual void SetUpCommandLine(CommandLine* command_line) override { |
command_line->AppendSwitch(switches::kSingleProcess); |
#if defined(OS_WIN) |
// Don't want to try to create a GPU process. |
@@ -59,7 +59,7 @@ class PhishingClassifierTest : public InProcessBrowserTest { |
#endif |
} |
- virtual void SetUpOnMainThread() OVERRIDE { |
+ virtual void SetUpOnMainThread() override { |
// Construct a model to test with. We include one feature from each of |
// the feature extractors, which allows us to verify that they all ran. |
ClientSideModel model; |
@@ -105,7 +105,7 @@ class PhishingClassifierTest : public InProcessBrowserTest { |
clock_)); |
} |
- virtual void TearDownOnMainThread() OVERRIDE { |
+ virtual void TearDownOnMainThread() override { |
content::RunAllPendingInMessageLoop(); |
} |