| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h | 
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h | 
| index 513a7977b665197bd33fa8faa747c7bb0950974f..f5225420d8a8600693d6e21e8890f6df2b241bba 100644 | 
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h | 
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h | 
| @@ -270,6 +270,8 @@ class DataReductionProxySettings : public DataReductionProxyServiceObserver, | 
| TestDaysSinceEnabledWithTestClock); | 
| FRIEND_TEST_ALL_PREFIXES(DataReductionProxySettingsTest, | 
| TestDaysSinceEnabledExistingUser); | 
| +  FRIEND_TEST_ALL_PREFIXES(DataReductionProxySettingsTest, | 
| +                           TestDaysSinceSavingsCleared); | 
|  | 
| // Override of DataReductionProxyService::Observer. | 
| void OnServiceInitialized() override; | 
|  |