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 /chrome/browser/service/service_process_control.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 'chrome/browser/service/service_process_control.cc')
-rw-r--r-- | chrome/browser/service/service_process_control.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc index 07ef872..bc9f344 100644 --- a/chrome/browser/service/service_process_control.cc +++ b/chrome/browser/service/service_process_control.cc @@ -13,11 +13,11 @@ #include "chrome/browser/browser_process.h" #include "chrome/browser/io_thread.h" #include "chrome/browser/upgrade_detector.h" -#include "chrome/common/child_process_host.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/service_messages.h" #include "chrome/common/service_process_util.h" #include "content/browser/browser_thread.h" +#include "content/common/child_process_host.h" #include "content/common/notification_service.h" #include "ui/base/ui_base_switches.h" |