| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| index 8186c82bedc481701b870c65a9b2252799bd211c..84dc2f56da7c8b4e675dd94c40f556498dd94755 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc
|
| @@ -155,7 +155,6 @@ DataReductionProxyEventStore::DataReductionProxyEventStore(
|
|
|
| DataReductionProxyEventStore::~DataReductionProxyEventStore() {
|
| STLDeleteElements(&stored_events_);
|
| - stored_events_.clear();
|
| }
|
|
|
| void DataReductionProxyEventStore::AddProxyEnabledEvent(
|
|
|