diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-09 04:30:47 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-09 04:30:47 +0000 |
commit | 2984f1ca64a63ed179348f6a88133e06c117dd8b (patch) | |
tree | edf03eca1ece65cdfd845baa7771147166a0360b /chrome/common/message_router.h | |
parent | efbbc4e910ffc6bfa364b6663143ac39930759fb (diff) | |
download | chromium_src-2984f1ca64a63ed179348f6a88133e06c117dd8b.zip chromium_src-2984f1ca64a63ed179348f6a88133e06c117dd8b.tar.gz chromium_src-2984f1ca64a63ed179348f6a88133e06c117dd8b.tar.bz2 |
Switch IPC classes over to using ObjectWatcher instead of MessageLoop::WatchObject.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/message_router.h')
-rw-r--r-- | chrome/common/message_router.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/message_router.h b/chrome/common/message_router.h index a5fabf4..0558646 100644 --- a/chrome/common/message_router.h +++ b/chrome/common/message_router.h @@ -30,6 +30,7 @@ #ifndef CHROME_COMMON_MESSAGE_ROUTER_H__ #define CHROME_COMMON_MESSAGE_ROUTER_H__ +#include "base/id_map.h" #include "chrome/common/ipc_channel.h" // The MessageRouter handles all incoming messages sent to it by routing them |