| Index: ipc/ipc_message.h
|
| diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
|
| index e79216da5d64d34d86a1b2ad73c03df178e88295..42090166b38a9d9af94db565fc419bc0fb3e9949 100644
|
| --- a/ipc/ipc_message.h
|
| +++ b/ipc/ipc_message.h
|
| @@ -12,10 +12,6 @@
|
| #include "base/pickle.h"
|
| #include "ipc/ipc_export.h"
|
|
|
| -// TODO(brettw) remove this and update files that depend on this being included
|
| -// from here.
|
| -#include "ipc/ipc_sender.h"
|
| -
|
| #if !defined(NDEBUG)
|
| #define IPC_MESSAGE_LOG_ENABLED
|
| #endif
|
| @@ -34,8 +30,6 @@ namespace IPC {
|
|
|
| //------------------------------------------------------------------------------
|
|
|
| -class Channel;
|
| -class Message;
|
| struct LogData;
|
|
|
| class IPC_EXPORT Message : public Pickle {
|
|
|