Chromium Code Reviews| Index: base/command_line.cc |
| =================================================================== |
| --- base/command_line.cc (revision 65551) |
| +++ base/command_line.cc (working copy) |
| @@ -224,7 +224,7 @@ |
| #endif |
| } |
| -#if defined(OS_POSIX) && !defined(OS_MACOSX) |
| +#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_NACL) |
| // static |
| void CommandLine::SetProcTitle() { |
| // Build a single string which consists of all the arguments separated |