| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
 | 
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
 | 
| index fe091dcecabc32449698e944ec20b4986532acf5..92bb81121a3207d6eb071f7844621fbe43e8cd94 100644
 | 
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
 | 
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
 | 
| @@ -7,10 +7,10 @@
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/md5.h"
 | 
|  #include "base/metrics/field_trial.h"
 | 
| +#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h"
 | 
|  #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h"
 | 
|  #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_test_utils.h"
 | 
|  #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h"
 | 
| -#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h"
 | 
|  #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h"
 | 
|  #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h"
 | 
|  #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h"
 | 
| 
 |