diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 09:31:15 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-29 09:31:15 +0000 |
commit | 7bf730951345c5a49ae5fe2418ca3ab04f92ce28 (patch) | |
tree | a45e73e4544f3ed99b9bac406abaa24b9910e095 /chrome/common/child_process_host.h | |
parent | 37f39f0516108d8ecc308b5c5f3c06f0753b0038 (diff) | |
download | chromium_src-7bf730951345c5a49ae5fe2418ca3ab04f92ce28.zip chromium_src-7bf730951345c5a49ae5fe2418ca3ab04f92ce28.tar.gz chromium_src-7bf730951345c5a49ae5fe2418ca3ab04f92ce28.tar.bz2 |
Headers cleanup in chrome/common
- reduce header dependencies
- miscellanous cleanups (whitespace, explicit deps)
Review URL: http://codereview.chromium.org/113945
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17177 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_host.h')
-rw-r--r-- | chrome/common/child_process_host.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/common/child_process_host.h b/chrome/common/child_process_host.h index 5a49a44..bf320d3 100644 --- a/chrome/common/child_process_host.h +++ b/chrome/common/child_process_host.h @@ -5,15 +5,13 @@ #ifndef CHROME_COMMON_CHILD_PROCESS_HOST_H_ #define CHROME_COMMON_CHILD_PROCESS_HOST_H_ -#include "build/build_config.h" - #include <list> +#include <string> #include "base/basictypes.h" #include "base/scoped_ptr.h" #include "base/waitable_event_watcher.h" #include "chrome/browser/renderer_host/resource_dispatcher_host.h" -#include "chrome/common/child_process_info.h" #include "chrome/common/ipc_channel.h" class NotificationType; |