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

Unified Diff: chrome/browser/safe_browsing/client_side_detection_service_unittest.cc

Issue 685553002: 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
Index: chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
diff --git a/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
index 5762847a7e723f4979e429045ce81d91a54b4b84..275409ff51c9c11e8f87cb16bad163b2d67d3ff7 100644
--- a/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
+++ b/chrome/browser/safe_browsing/client_side_detection_service_unittest.cc
@@ -62,7 +62,7 @@ ACTION(QuitCurrentMessageLoop) {
class ClientSideDetectionServiceTest : public testing::Test {
protected:
- virtual void SetUp() {
+ void SetUp() override {
file_thread_.reset(new content::TestBrowserThread(BrowserThread::FILE,
&msg_loop_));
@@ -72,7 +72,7 @@ class ClientSideDetectionServiceTest : public testing::Test {
&msg_loop_));
}
- virtual void TearDown() {
+ void TearDown() override {
msg_loop_.RunUntilIdle();
csd_service_.reset();
file_thread_.reset();

Powered by Google App Engine
This is Rietveld 408576698