diff options
Diffstat (limited to 'net/server/http_connection.cc')
-rw-r--r-- | net/server/http_connection.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/server/http_connection.cc b/net/server/http_connection.cc index 9bce6f8..ab133c3 100644 --- a/net/server/http_connection.cc +++ b/net/server/http_connection.cc @@ -4,8 +4,8 @@ #include "net/server/http_connection.h" -#include "base/string_util.h" -#include "base/stringprintf.h" +#include "base/strings/string_util.h" +#include "base/strings/stringprintf.h" #include "net/server/http_server.h" #include "net/server/web_socket.h" #include "net/socket/stream_listen_socket.h" |