summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_channel_proxy.h
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:28:11 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:28:11 +0000
commit514411fcb4657f575eeb3e39a9056478a28306a0 (patch)
treebe2bcacf0d4cffd91ceded1f4e03bc3d6ae3d6e6 /chrome/common/ipc_channel_proxy.h
parentf20b9e922a26e045af6bc7a5c3c46d78abb04aac (diff)
downloadchromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.zip
chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.gz
chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.bz2
Refactor IPC::Channel to have a common header.
Review URL: http://codereview.chromium.org/11024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_channel_proxy.h')
-rw-r--r--chrome/common/ipc_channel_proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/ipc_channel_proxy.h b/chrome/common/ipc_channel_proxy.h
index 2b08c09..0b88cb7 100644
--- a/chrome/common/ipc_channel_proxy.h
+++ b/chrome/common/ipc_channel_proxy.h
@@ -10,6 +10,8 @@
#include "base/ref_counted.h"
#include "chrome/common/ipc_channel.h"
+class MessageLoop;
+
namespace IPC {
//-----------------------------------------------------------------------------