diff options
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/service_child_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_child_process_host.cc b/chrome/service/service_child_process_host.cc index d111e90..e25dd59 100644 --- a/chrome/service/service_child_process_host.cc +++ b/chrome/service/service_child_process_host.cc @@ -21,7 +21,7 @@ ServiceChildProcessHost::ServiceChildProcessHost(ProcessType type) ServiceChildProcessHost::~ServiceChildProcessHost() { // We need to kill the child process when the host dies. - base::KillProcess(handle(), ResultCodes::NORMAL_EXIT, false); + base::KillProcess(handle(), content::RESULT_CODE_NORMAL_EXIT, false); } bool ServiceChildProcessHost::Launch(CommandLine* cmd_line, |