Index: content/browser/zygote_host_linux.cc |
=================================================================== |
--- content/browser/zygote_host_linux.cc (revision 107012) |
+++ content/browser/zygote_host_linux.cc (working copy) |
@@ -27,10 +27,10 @@ |
#include "base/utf_string_conversions.h" |
#include "content/browser/renderer_host/render_sandbox_host_linux.h" |
#include "content/common/process_watcher.h" |
-#include "content/common/result_codes.h" |
#include "content/common/unix_domain_socket_posix.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/common/content_switches.h" |
+#include "content/public/common/result_codes.h" |
#include "sandbox/linux/suid/suid_unsafe_environment_variables.h" |
#if defined(USE_TCMALLOC) |