| Index: net/ftp/ftp_util.cc
|
| diff --git a/net/ftp/ftp_util.cc b/net/ftp/ftp_util.cc
|
| index 68307a2b41bafe1628964626ab9742ff720dde49..b2c816ca960cf45076706fb8e840aab8f2a1e8af 100644
|
| --- a/net/ftp/ftp_util.cc
|
| +++ b/net/ftp/ftp_util.cc
|
| @@ -12,8 +12,8 @@
|
| #include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/string_number_conversions.h"
|
| -#include "base/string_piece.h"
|
| #include "base/string_util.h"
|
| +#include "base/strings/string_piece.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_tokenizer.h"
|
| #include "base/time.h"
|
|
|