diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 22:56:28 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-14 22:56:28 +0000 |
commit | 510344fcf84aa8562a9028451a9cd5f0f77085cd (patch) | |
tree | 7eb92236a9e96cf0961135080c1b9c7003f13496 /ipc/ipc_logging.h | |
parent | 7884ecadfb4d684a4858f0074d6b5a0b830a122e (diff) | |
download | chromium_src-510344fcf84aa8562a9028451a9cd5f0f77085cd.zip chromium_src-510344fcf84aa8562a9028451a9cd5f0f77085cd.tar.gz chromium_src-510344fcf84aa8562a9028451a9cd5f0f77085cd.tar.bz2 |
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
Diffstat (limited to 'ipc/ipc_logging.h')
-rw-r--r-- | ipc/ipc_logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<uint32, LogFunction > 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 |