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/common/service_process_util.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/common/service_process_util.cc')
-rw-r--r-- | chrome/common/service_process_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc index 89e9e9a..8120a28 100644 --- a/chrome/common/service_process_util.cc +++ b/chrome/common/service_process_util.cc @@ -17,12 +17,12 @@ #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "base/version.h" -#include "chrome/common/child_process_host.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_paths.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/chrome_version_info.h" #include "chrome/common/service_process_util.h" +#include "content/common/child_process_host.h" #if !defined(OS_MACOSX) |