From 510344fcf84aa8562a9028451a9cd5f0f77085cd Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Fri, 14 Dec 2012 22:56:28 +0000 Subject: Get rid of ipc_sender.h include in ipc_message.h. Review URL: https://codereview.chromium.org/11574040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173238 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc/ipc_logging.h') diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h index 720f5e3..482c06d 100644 --- a/ipc/ipc_logging.h +++ b/ipc/ipc_logging.h @@ -28,6 +28,7 @@ typedef base::hash_map LogFunctionMap; namespace IPC { class Message; +class Sender; // One instance per process. Needs to be created on the main thread (the UI // thread in the browser) but OnPreDispatchMessage/OnPostDispatchMessage -- cgit v1.1