| Index: base/files/file_path.cc
|
| diff --git a/base/files/file_path.cc b/base/files/file_path.cc
|
| index 74469b2905848d3544630862ce7801723409efd9..743cbb50537b3b3a609c8e1cd12bea8c65c32dbd 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_util.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "base/strings/string_util.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|
|
|