| Index: base/files/file_path.cc
|
| diff --git a/base/files/file_path.cc b/base/files/file_path.cc
|
| index 407ec855b2d7ad06273715e51313fb7275285f3c..72604e8d9976699e474f02b678a27e19ab8498b1 100644
|
| --- a/base/files/file_path.cc
|
| +++ b/base/files/file_path.cc
|
| @@ -13,8 +13,8 @@
|
|
|
| // These includes are just for the *Hack functions, and should be removed
|
| // when those functions are removed.
|
| -#include "base/string_piece.h"
|
| #include "base/string_util.h"
|
| +#include "base/strings/string_piece.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/utf_string_conversions.h"
|
|
|
|
|