Index: chrome/common/message_router.h |
diff --git a/chrome/common/message_router.h b/chrome/common/message_router.h |
index d23e2f306fce34720edda5071d4f981dde55c0ea..ef18aaad807a4a1aa29469cb92deb4357c55caee 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. |