Chromium Code Reviews| Index: base/command_line.cc |
| =================================================================== |
| --- base/command_line.cc (revision 54020) |
| +++ base/command_line.cc (working copy) |
| @@ -21,9 +21,9 @@ |
| #include "base/file_path.h" |
| #include "base/logging.h" |
| #include "base/singleton.h" |
| -#include "base/string_piece.h" |
| #include "base/string_util.h" |
| #include "base/sys_string_conversions.h" |
| +#include "base/utf_string_conversions.h" |
| #if defined(OS_LINUX) |
| // Linux/glibc doesn't natively have setproctitle(). |