| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| index 58f36e42946d2967381bc7e79812e3cc704939a1..d0b03d75b1c6caa6464c921e0e08567160406453 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -62,8 +65,8 @@ namespace {
|
|
|
| // Creates a new ClientConfig from the given parameters.
|
| ClientConfig CreateConfig(const std::string& session_key,
|
| - int64 expire_duration_seconds,
|
| - int64 expire_duration_nanoseconds,
|
| + int64_t expire_duration_seconds,
|
| + int64_t expire_duration_nanoseconds,
|
| ProxyServer_ProxyScheme primary_scheme,
|
| const std::string& primary_host,
|
| int primary_port,
|
|
|