| 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 90cc8d145db6322a18a49aaa7eea517a15748989..3f1fab745ff85914edbc86cc1504819f2c043bd7 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
|
| @@ -7,7 +7,8 @@
|
|
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h"
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
|
|
| namespace base {
|
| @@ -30,7 +31,7 @@ class TestDataReductionProxyEventStorageDelegate
|
| 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;
|
| + int64_t expiration_ticks) override;
|
| void AddEventAndSecureProxyCheckState(scoped_ptr<base::Value> event,
|
| SecureProxyCheckState state) override;
|
|
|
|
|