summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 09:31:15 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 09:31:15 +0000
commit7bf730951345c5a49ae5fe2418ca3ab04f92ce28 (patch)
treea45e73e4544f3ed99b9bac406abaa24b9910e095 /chrome/common/child_process.h
parent37f39f0516108d8ecc308b5c5f3c06f0753b0038 (diff)
downloadchromium_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.h')
-rw-r--r--chrome/common/child_process.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/child_process.h b/chrome/common/child_process.h
index 23bfad8..1366a02 100644
--- a/chrome/common/child_process.h
+++ b/chrome/common/child_process.h
@@ -5,16 +5,12 @@
#ifndef CHROME_COMMON_CHILD_PROCESS_H__
#define CHROME_COMMON_CHILD_PROCESS_H__
-#include <string>
-#include <vector>
#include "base/basictypes.h"
-#include "base/message_loop.h"
#include "base/scoped_ptr.h"
#include "base/waitable_event.h"
class ChildThread;
-
// Base class for child processes of the browser process (i.e. renderer and
// plugin host). This is a singleton object for each child process.
class ChildProcess {