| Index: net/http/http_chunked_decoder.cc
|
| diff --git a/net/http/http_chunked_decoder.cc b/net/http/http_chunked_decoder.cc
|
| index b2674f6b5eed3e00be4c8b8082f52f87e409f9d2..770f2325547b2dea53bc213e4b0704cd7d82f747 100644
|
| --- a/net/http/http_chunked_decoder.cc
|
| +++ b/net/http/http_chunked_decoder.cc
|
| @@ -46,8 +46,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/string_number_conversions.h"
|
| -#include "base/string_piece.h"
|
| #include "base/string_util.h"
|
| +#include "base/strings/string_piece.h"
|
| #include "net/base/net_errors.h"
|
|
|
| namespace net {
|
|
|