| 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;
|
|
|