Chromium Code Reviews| Index: base/file_path.cc |
| diff --git a/base/file_path.cc b/base/file_path.cc |
| index 70cfb51823b3ef0e21d3ac8203fb6e53706c695b..fe2db15777cc6235e41c2bb7551a9cdd89275ec4 100644 |
| --- a/base/file_path.cc |
| +++ b/base/file_path.cc |
| @@ -15,7 +15,7 @@ |
| // when those functions are removed. |
| #include "base/string_piece.h" |
| #include "base/string_util.h" |
| -#include "base/sys_string_conversions.h" |
| +#include "base/strings/sys_string_conversions.h" |
| #include "base/utf_string_conversions.h" |
| #if defined(OS_MACOSX) |