| Index: content/browser/zygote_main_linux.cc
|
| diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc
|
| index 99a773556ff960383693cdc3e3fe7a0d1ae05ce2..25d2051493c26f78a33f41195c7828de1c537952 100644
|
| --- a/content/browser/zygote_main_linux.cc
|
| +++ b/content/browser/zygote_main_linux.cc
|
| @@ -231,7 +231,7 @@ class Zygote {
|
| // Assume that if we can't find the child in the sandbox, then
|
| // it terminated normally.
|
| status = base::TERMINATION_STATUS_NORMAL_TERMINATION;
|
| - exit_code = ResultCodes::NORMAL_EXIT;
|
| + exit_code = content::RESULT_CODE_NORMAL_EXIT;
|
| }
|
|
|
| Pickle write_pickle;
|
|
|