diff options
Diffstat (limited to 'content/browser/zygote_host_linux.cc')
-rw-r--r-- | content/browser/zygote_host_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc index fc9a520..7917e34 100644 --- a/content/browser/zygote_host_linux.cc +++ b/content/browser/zygote_host_linux.cc @@ -337,7 +337,7 @@ base::TerminationStatus ZygoteHost::GetTerminationStatus( // Set this now to handle the early termination cases. if (exit_code) - *exit_code = ResultCodes::NORMAL_EXIT; + *exit_code = content::RESULT_CODE_NORMAL_EXIT; static const unsigned kMaxMessageLength = 128; char buf[kMaxMessageLength]; |