| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate_test_utils.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate_test_utils.h
|
| index 65d31164b21812a5e32881b4cf2b84c9129a19d3..90cc8d145db6322a18a49aaa7eea517a15748989 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate_test_utils.h
|
| @@ -27,6 +27,7 @@ class TestDataReductionProxyEventStorageDelegate
|
| void SetStorageDelegate(DataReductionProxyEventStorageDelegate* delegate);
|
|
|
| // Overrides of DataReductionProxyEventStorageDelegate:
|
| + void AddEvent(scoped_ptr<base::Value> event) override;
|
| void AddEnabledEvent(scoped_ptr<base::Value> event, bool enabled) override;
|
| void AddAndSetLastBypassEvent(scoped_ptr<base::Value> event,
|
| int64 expiration_ticks) override;
|
|
|