Index: content/browser/zygote_host_linux.cc |
diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc |
index e4c04ae14048c0db2da59c8e598a40a066bf5f42..de5bd90fc5ee6b95dace8492120ff6b0281f2ccc 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]; |