| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 563c4a9d978687022bad6db545bc4921df2aae93..0671ea4332eb7b913a4ba726f8575786208a6d26 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef NET_HTTP_HTTP_NETWORK_SESSION_H_
|
| #define NET_HTTP_HTTP_NETWORK_SESSION_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| @@ -79,8 +81,8 @@ class NET_EXPORT HttpNetworkSession
|
| HostMappingRules* host_mapping_rules;
|
| SocketPerformanceWatcherFactory* socket_performance_watcher_factory;
|
| bool ignore_certificate_errors;
|
| - uint16 testing_fixed_http_port;
|
| - uint16 testing_fixed_https_port;
|
| + uint16_t testing_fixed_http_port;
|
| + uint16_t testing_fixed_https_port;
|
| bool enable_tcp_fast_open_for_ssl;
|
|
|
| // Compress SPDY headers.
|
|
|