0

Move zygote_host_impl_linux.* to content/browser/zygote_host

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10806076

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148026 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
jln@chromium.org
2012-07-24 01:31:31 +00:00
parent 267398d046
commit 13d6b3c13a
7 changed files with 11 additions and 10 deletions

@ -1,4 +1,2 @@
sky@chromium.org
# For zygote*
cevans@chromium.org

@ -77,7 +77,7 @@
#if defined(OS_POSIX) && !defined(OS_MACOSX)
#include <sys/stat.h>
#include "content/browser/renderer_host/render_sandbox_host_linux.h"
#include "content/browser/zygote_host_impl_linux.h"
#include "content/browser/zygote_host/zygote_host_impl_linux.h"
#endif
#if defined(USE_X11)

@ -31,7 +31,7 @@
#elif defined(OS_POSIX)
#include "base/memory/singleton.h"
#include "content/browser/renderer_host/render_sandbox_host_linux.h"
#include "content/browser/zygote_host_impl_linux.h"
#include "content/browser/zygote_host/zygote_host_impl_linux.h"
#endif
#if defined(OS_POSIX)

@ -0,0 +1,3 @@
markus@chromium.org
cevans@chromium.org
jln@chromium.org

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/zygote_host_impl_linux.h"
#include "content/browser/zygote_host/zygote_host_impl_linux.h"
#include <sys/socket.h>
#include <sys/stat.h>

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
#define CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
#ifndef CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
#define CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_
#include <string>
#include <vector>
@ -65,4 +65,4 @@ class CONTENT_EXPORT ZygoteHostImpl : public content::ZygoteHost {
int sandbox_status_;
};
#endif // CONTENT_BROWSER_ZYGOTE_HOST_IMPL_LINUX_H_
#endif // CONTENT_BROWSER_ZYGOTE_HOST_ZYGOTE_HOST_IMPL_LINUX_H_

@ -788,8 +788,8 @@
'browser/worker_host/worker_process_host.h',
'browser/worker_host/worker_service_impl.cc',
'browser/worker_host/worker_service_impl.h',
'browser/zygote_host_impl_linux.cc',
'browser/zygote_host_impl_linux.h',
'browser/zygote_host/zygote_host_impl_linux.cc',
'browser/zygote_host/zygote_host_impl_linux.h',
'zygote/zygote_linux.cc',
'zygote/zygote_linux.h',
'zygote/zygote_main_linux.cc',