summaryrefslogtreecommitdiffstats
path: root/chrome/common/message_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/message_router.h')
-rw-r--r--chrome/common/message_router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/message_router.h b/chrome/common/message_router.h
index ef18aaa..d23e2f3 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 "ipc/ipc_channel.h"
+#include "chrome/common/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.