| Index: net/socket/tcp_client_socket.cc
|
| diff --git a/net/socket/tcp_client_socket.cc b/net/socket/tcp_client_socket.cc
|
| index dbd21056f392d98299caee9511e8e3cde152755c..a91d33d24c8cb453f9f314e2b980a37d981d7a62 100644
|
| --- a/net/socket/tcp_client_socket.cc
|
| +++ b/net/socket/tcp_client_socket.cc
|
| @@ -20,7 +20,7 @@ bool SystemSupportsTCPFastOpen() {
|
| static const base::FilePath::CharType kTCPFastOpenProcFilePath[] =
|
| "/proc/sys/net/ipv4/tcp_fastopen";
|
| std::string system_enabled_tcp_fastopen;
|
| - if (!file_util::ReadFileToString(
|
| + if (!base::ReadFileToString(
|
| base::FilePath(kTCPFastOpenProcFilePath),
|
| &system_enabled_tcp_fastopen)) {
|
| return false;
|
|
|