| Index: net/socket/stream_socket.h
|
| diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h
|
| index fe2f0a6951a632fe31dae04d91627c7aa5f8b5f7..cb979b63414114147f6f897f0f86900f8a817a5d 100644
|
| --- a/net/socket/stream_socket.h
|
| +++ b/net/socket/stream_socket.h
|
| @@ -34,7 +34,7 @@ class NET_EXPORT_PRIVATE StreamSocket : public Socket {
|
| // Number of certs used by this socket.
|
| size_t cert_count;
|
| // Total size of certs used by this socket in bytes.
|
| - size_t serialized_cert_size;
|
| + size_t cert_size;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SocketMemoryStats);
|
|
|