Index: chrome/service/service_child_process_host.cc |
diff --git a/chrome/service/service_child_process_host.cc b/chrome/service/service_child_process_host.cc |
index 3222a4833472f558fbb0bdabca0447ec7d64d1ec..af75a8334a84dfc6014cb5314ec76428dac7638a 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, |