summaryrefslogtreecommitdiffstats
path: root/content/browser/zygote_host_linux.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 04:46:55 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-25 04:46:55 +0000
commitb39ef1cbd64f15a141e553e0fd55e6b71606140b (patch)
treea0a12b35c8740f2afe84d0e081723a5170bc445d /content/browser/zygote_host_linux.cc
parent670b7936c8f5469c8cf227b72386d654a0eebf25 (diff)
downloadchromium_src-b39ef1cbd64f15a141e553e0fd55e6b71606140b.zip
chromium_src-b39ef1cbd64f15a141e553e0fd55e6b71606140b.tar.gz
chromium_src-b39ef1cbd64f15a141e553e0fd55e6b71606140b.tar.bz2
Move resource_codes to content/public/common.
BUG=98716 Review URL: http://codereview.chromium.org/8382021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/zygote_host_linux.cc')
-rw-r--r--content/browser/zygote_host_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc
index 4963dd7..a0ca2fc 100644
--- a/content/browser/zygote_host_linux.cc
+++ b/content/browser/zygote_host_linux.cc
@@ -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)