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

Unified Diff: extensions/browser/quota_service_unittest.cc

Issue 685503002: 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
« no previous file with comments | « extensions/browser/process_manager_unittest.cc ('k') | extensions/browser/runtime_data_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/quota_service_unittest.cc
diff --git a/extensions/browser/quota_service_unittest.cc b/extensions/browser/quota_service_unittest.cc
index 62ba170c1e8bcc93d9f5c33d73ea564e66689f97..5bd04007a766f5c218c3c53cad0687934c6ab68a 100644
--- a/extensions/browser/quota_service_unittest.cc
+++ b/extensions/browser/quota_service_unittest.cc
@@ -128,8 +128,8 @@ class QuotaServiceTest : public testing::Test {
extension_c_("c"),
loop_(),
ui_thread_(BrowserThread::UI, &loop_) {}
- virtual void SetUp() { service_.reset(new QuotaService()); }
- virtual void TearDown() {
+ void SetUp() override { service_.reset(new QuotaService()); }
+ void TearDown() override {
loop_.RunUntilIdle();
service_.reset();
}
« no previous file with comments | « extensions/browser/process_manager_unittest.cc ('k') | extensions/browser/runtime_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698