summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-17 19:20:05 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-17 19:20:05 +0000
commit0ee99068710e21b601bff9f3268553fdd675bc7d (patch)
tree63f88f29c5ae7dc248b46339557016e88b3f4634 /ipc/ipc_channel.h
parent93aefedd1e66d67a6e5e97ed7916e8f2942e8896 (diff)
downloadchromium_src-0ee99068710e21b601bff9f3268553fdd675bc7d.zip
chromium_src-0ee99068710e21b601bff9f3268553fdd675bc7d.tar.gz
chromium_src-0ee99068710e21b601bff9f3268553fdd675bc7d.tar.bz2
ipc: Remove ipc_listener.h from ipc_channel.h and update the files.
Note: This was a TODO for brett in ipc_channel.h TBR=cpu@chromium.org Review URL: https://chromiumcodereview.appspot.com/11308082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r--ipc/ipc_channel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index 500dcf7..e86fc35 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -17,10 +17,6 @@
#include "ipc/ipc_message.h"
#include "ipc/ipc_sender.h"
-// TODO(brettw) remove this and update files that depend on this being included
-// from here.
-#include "ipc/ipc_listener.h"
-
namespace IPC {
class Listener;