diff options
Diffstat (limited to 'chrome/common/message_router.h')
-rw-r--r-- | chrome/common/message_router.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/message_router.h b/chrome/common/message_router.h index d23e2f3..ef18aaa 100644 --- a/chrome/common/message_router.h +++ b/chrome/common/message_router.h @@ -6,7 +6,7 @@ #define CHROME_COMMON_MESSAGE_ROUTER_H__ #include "base/id_map.h" -#include "chrome/common/ipc_channel.h" +#include "ipc/ipc_channel.h" // The MessageRouter handles all incoming messages sent to it by routing them // to the correct listener. Routing is based on the Message's routing ID. |