| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| index ba508f8299b09df84d7f419d7548cf5a9d25c148..0cf2d67039132df2c8cc31b365a0f5cb022c540b 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h
|
| @@ -192,8 +192,7 @@ class DataReductionProxyConfigServiceClient
|
|
|
| // An event that fires when it is time to refresh the Data Reduction Proxy
|
| // configuration.
|
| - base::OneShotTimer<DataReductionProxyConfigServiceClient>
|
| - config_refresh_timer_;
|
| + base::OneShotTimer config_refresh_timer_;
|
|
|
| // A |net::URLFetcher| to retrieve the Data Reduction Proxy configuration.
|
| scoped_ptr<net::URLFetcher> fetcher_;
|
|
|