diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 19:24:14 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-09 19:24:14 +0000 |
commit | 6faf7b1cc2d797140afd3df1211685307488cfcf (patch) | |
tree | 65eb681434792a9d5ff31714609efce599d1b37d /content/browser/renderer_host/render_process_host.cc | |
parent | b2e88d83d0596926b6a71d459e6887b70b34e1fd (diff) | |
download | chromium_src-6faf7b1cc2d797140afd3df1211685307488cfcf.zip chromium_src-6faf7b1cc2d797140afd3df1211685307488cfcf.tar.gz chromium_src-6faf7b1cc2d797140afd3df1211685307488cfcf.tar.bz2 |
Move ChildProcessHost and ChildProcessInfo to content.
TBR=avi
Review URL: http://codereview.chromium.org/6612040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77496 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/renderer_host/render_process_host.cc')
-rw-r--r-- | content/browser/renderer_host/render_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_process_host.cc b/content/browser/renderer_host/render_process_host.cc index 113236d..66c3db3 100644 --- a/content/browser/renderer_host/render_process_host.cc +++ b/content/browser/renderer_host/render_process_host.cc @@ -6,11 +6,11 @@ #include "base/rand_util.h" #include "base/sys_info.h" -#include "chrome/common/child_process_info.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/notification_service.h" #include "content/browser/browser_thread.h" #include "content/browser/child_process_security_policy.h" +#include "content/common/child_process_info.h" namespace { |