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-03-17 00:26:18 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-17 00:26:18 +0000
commit797c355020734dc32ffa57f54d032afa20f018c8 (patch)
tree8a3a745aea8a8b7bf81c049f387eaa6321bf9bbc /content/browser/zygote_host_linux.cc
parentf6179ec31d0d530bd2ed66808bb24b601d60d453 (diff)
downloadchromium_src-797c355020734dc32ffa57f54d032afa20f018c8.zip
chromium_src-797c355020734dc32ffa57f54d032afa20f018c8.tar.gz
chromium_src-797c355020734dc32ffa57f54d032afa20f018c8.tar.bz2
Move a bunch of files from chrome\common to content\common.
TBR=avi Review URL: http://codereview.chromium.org/6677096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78473 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 9152f9f..1eee6f3 100644
--- a/content/browser/zygote_host_linux.cc
+++ b/content/browser/zygote_host_linux.cc
@@ -25,8 +25,8 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/process_watcher.h"
#include "chrome/common/result_codes.h"
-#include "chrome/common/unix_domain_socket_posix.h"
#include "content/browser/renderer_host/render_sandbox_host_linux.h"
+#include "content/common/unix_domain_socket_posix.h"
#include "sandbox/linux/suid/suid_unsafe_environment_variables.h"
static void SaveSUIDUnsafeEnvironmentVariables() {