Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: ipc/ipc_message.h

Issue 11574040: Get rid of ipc_sender.h include in ipc_message.h. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: asdf Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_logging.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « ipc/ipc_logging.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698