Index: content/browser/zygote_host_linux.cc |
diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc |
index 955628d9645abbb7482bdc8629f079dff0e1a8fa..d6fb50484bedcd73c9f4c9bd1f0b9d86229bdb18 100644 |
--- a/content/browser/zygote_host_linux.cc |
+++ b/content/browser/zygote_host_linux.cc |
@@ -335,7 +335,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]; |