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

Unified Diff: chrome/browser/download/download_shelf_unittest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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/download/download_shelf_unittest.cc
diff --git a/chrome/browser/download/download_shelf_unittest.cc b/chrome/browser/download/download_shelf_unittest.cc
index a1b86fcfd3c57a110f4b01fe92654a2eb431bd51..631153635c01180ed18341f31bc776ebce4533e4 100644
--- a/chrome/browser/download/download_shelf_unittest.cc
+++ b/chrome/browser/download/download_shelf_unittest.cc
@@ -48,12 +48,12 @@ class DownloadShelfTest : public testing::Test {
}
Profile* profile() { return profile_.get(); }
- virtual void SetUp() override {
+ void SetUp() override {
DownloadServiceFactory::GetInstance()->SetTestingFactory(
profile(), &CreateDownloadService);
}
- virtual void TearDown() override {
+ void TearDown() override {
DownloadServiceFactory::GetInstance()->SetTestingFactory(
profile(), NULL);
}

Powered by Google App Engine
This is Rietveld 408576698