Chromium Code Reviews| Index: net/tools/crash_cache/crash_cache.cc |
| =================================================================== |
| --- net/tools/crash_cache/crash_cache.cc (revision 272613) |
| +++ net/tools/crash_cache/crash_cache.cc (working copy) |
| @@ -47,7 +47,7 @@ |
| base::FilePath exe; |
| PathService::Get(base::FILE_EXE, &exe); |
| - CommandLine cmdline(exe); |
| + base::CommandLine cmdline(exe); |
| cmdline.AppendArg(base::IntToString(action)); |
| base::ProcessHandle handle; |