| Index: components/dom_distiller/core/distilled_page_prefs_unittests.cc
|
| diff --git a/components/dom_distiller/core/distilled_page_prefs_unittests.cc b/components/dom_distiller/core/distilled_page_prefs_unittests.cc
|
| index cf13fce10a219e6561b75d367f9c1c94e401aad4..e7417cc098180bd34293f6f3698c53ed0a1b8ff2 100644
|
| --- a/components/dom_distiller/core/distilled_page_prefs_unittests.cc
|
| +++ b/components/dom_distiller/core/distilled_page_prefs_unittests.cc
|
| @@ -40,7 +40,7 @@ class TestingObserver : public DistilledPagePrefs::Observer {
|
|
|
| class DistilledPagePrefsTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| pref_service_.reset(new user_prefs::TestingPrefServiceSyncable());
|
| DistilledPagePrefs::RegisterProfilePrefs(pref_service_->registry());
|
| distilled_page_prefs_.reset(new DistilledPagePrefs(pref_service_.get()));
|
|
|