| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_unittest.cc
|
| index 2b504593d8ff4c18d76253d3481c1569c6ee5d5c..369c2ab6c8567e4de44d9253495e061ca3726150 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs_unittest.cc
|
| @@ -39,9 +39,7 @@ class DataReductionProxyStatisticsPrefsTest : public testing::Test {
|
| : task_runner_(scoped_refptr<base::TestSimpleTaskRunner>(
|
| new base::TestSimpleTaskRunner())) {}
|
|
|
| - virtual void SetUp() override {
|
| - RegisterPrefs(simple_pref_service_.registry());
|
| - }
|
| + void SetUp() override { RegisterPrefs(simple_pref_service_.registry()); }
|
|
|
| // Create daily pref list of |kNumDaysInHistory| zero values.
|
| void CreatePrefList(const char* pref) {
|
|
|