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

Unified Diff: components/dom_distiller/core/dom_distiller_store_unittest.cc

Issue 684513002: 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: components/dom_distiller/core/dom_distiller_store_unittest.cc
diff --git a/components/dom_distiller/core/dom_distiller_store_unittest.cc b/components/dom_distiller/core/dom_distiller_store_unittest.cc
index b84f2b0d13082471b1ba393505c9f9eeaa5e1751..b2d0efd1318e43ef2f4125d0ed11e025dc6acad8 100644
--- a/components/dom_distiller/core/dom_distiller_store_unittest.cc
+++ b/components/dom_distiller/core/dom_distiller_store_unittest.cc
@@ -122,14 +122,14 @@ class MockDistillerObserver : public DomDistillerObserver {
class DomDistillerStoreTest : public testing::Test {
public:
- virtual void SetUp() {
+ void SetUp() override {
db_model_.clear();
sync_model_.clear();
store_model_.clear();
next_sync_id_ = 1;
}
- virtual void TearDown() {
+ void TearDown() override {
store_.reset();
fake_db_ = NULL;
fake_sync_processor_ = NULL;

Powered by Google App Engine
This is Rietveld 408576698