| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
 | 
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
 | 
| index 03e8d9030f6e059aff7632cc2d2bbf4ec2c5d581..bca6bfb70493ff58c964a0247dbaa3ed896a6aae 100644
 | 
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
 | 
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc
 | 
| @@ -16,7 +16,7 @@ namespace data_reduction_proxy {
 | 
|  
 | 
|  class DataReductionProxyPrefsTest : public testing::Test {
 | 
|   public:
 | 
| -  virtual void SetUp() override {
 | 
| +  void SetUp() override {
 | 
|      RegisterPrefs(local_state_prefs_.registry());
 | 
|      PrefRegistrySimple* profile_registry = profile_prefs_.registry();
 | 
|      RegisterPrefs(profile_registry);
 | 
| 
 |