| Index: components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
 | 
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h b/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
 | 
| index 27751a7502b1383ffec41f6e3b0712a8f3a349b2..06a33b7e08b96c5c514c1d9a3cb892181340bf77 100644
 | 
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
 | 
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h
 | 
| @@ -87,11 +87,11 @@ private:
 | 
|  
 | 
|    PrefService* pref_service_;
 | 
|    scoped_refptr<base::SequencedTaskRunner> task_runner_;
 | 
| -  base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_;
 | 
|    const base::TimeDelta delay_;
 | 
|    bool delayed_task_posted_;
 | 
|    DataReductionProxyPrefMap pref_map_;
 | 
|    DataReductionProxyListPrefMap list_pref_map_;
 | 
| +  base::WeakPtrFactory<DataReductionProxyStatisticsPrefs> weak_factory_;
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(DataReductionProxyStatisticsPrefs);
 | 
|  };
 | 
| 
 |