From dcddcdb0c4f20965aebedf3eade99df81f4414ec Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Tue, 23 Feb 2010 09:10:13 +0000 Subject: Move more files from chrome/common to chrome/browser to further reduce bad dependencies on chrome/browser. BUG=none TEST=none Review URL: http://codereview.chromium.org/652051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39703 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/utility_process_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/utility_process_host.h') diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h index 3b5d58f..8448318 100644 --- a/chrome/browser/utility_process_host.h +++ b/chrome/browser/utility_process_host.h @@ -10,8 +10,8 @@ #include "base/basictypes.h" #include "base/ref_counted.h" #include "base/task.h" +#include "chrome/browser/child_process_host.h" #include "chrome/browser/chrome_thread.h" -#include "chrome/common/child_process_host.h" #include "chrome/common/extensions/update_manifest.h" #include "ipc/ipc_channel.h" -- cgit v1.1