summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_host.cc
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 22:51:10 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-17 22:51:10 +0000
commita83d4229743f26512b24b9b3f0eb0ea871bb41d7 (patch)
tree6bf3b71ca04bc49cc875efd285309d714164b1d6 /chrome/common/child_process_host.cc
parente518c64aac17b27aa2bf0d0ed6cdac4210b3e946 (diff)
downloadchromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.zip
chromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.tar.gz
chromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.tar.bz2
FBTF: Header cleanup in chrome/common. Part 1.
BUG=none TEST=none Review URL: http://codereview.chromium.org/3106016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_host.cc')
-rw-r--r--chrome/common/child_process_host.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/child_process_host.cc b/chrome/common/child_process_host.cc
index bcd0c3d..9626976 100644
--- a/chrome/common/child_process_host.cc
+++ b/chrome/common/child_process_host.cc
@@ -12,6 +12,8 @@
#include "chrome/common/chrome_paths_internal.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/plugin_messages.h"
+#include "ipc/ipc_logging.h"
+#include "ipc/ipc_message.h"
#if defined(OS_LINUX)
#include "base/linux_util.h"