Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile.

[email protected]
BUG=none

TEST=

Review URL: http://codereview.chromium.org/7400002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92733 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/browser/zygote_main_linux.cc b/content/browser/zygote_main_linux.cc
index 25d2051..99a7735 100644
--- a/content/browser/zygote_main_linux.cc
+++ b/content/browser/zygote_main_linux.cc
@@ -231,7 +231,7 @@
       // Assume that if we can't find the child in the sandbox, then
       // it terminated normally.
       status = base::TERMINATION_STATUS_NORMAL_TERMINATION;
-      exit_code = content::RESULT_CODE_NORMAL_EXIT;
+      exit_code = ResultCodes::NORMAL_EXIT;
     }
 
     Pickle write_pickle;