| Index: net/socket/tcp_client_socket.cc
|
| diff --git a/net/socket/tcp_client_socket.cc b/net/socket/tcp_client_socket.cc
|
| index 441d4fe1b4cf11e5d30866d7534409c145626d87..ac139943223a916671ceaef1ed250be9c53d8c33 100644
|
| --- a/net/socket/tcp_client_socket.cc
|
| +++ b/net/socket/tcp_client_socket.cc
|
| @@ -17,7 +17,7 @@ namespace {
|
| // kernel support. Additionally, this checks system configuration to ensure that
|
| // it's enabled.
|
| bool SystemSupportsTCPFastOpen() {
|
| - static const FilePath::CharType kTCPFastOpenProcFilePath[] =
|
| + static const base::FilePath::CharType kTCPFastOpenProcFilePath[] =
|
| "/proc/sys/net/ipv4/tcp_fastopen";
|
| std::string system_enabled_tcp_fastopen;
|
| if (!file_util::ReadFileToString(
|
|
|