Index: chrome/common/child_thread.h |
diff --git a/chrome/common/child_thread.h b/chrome/common/child_thread.h |
index cc4abaa3c2e42d307499dfc9b1113380028d0766..1affe2587d81ea1fbd65e6e00574ad8081f87f05 100644 |
--- a/chrome/common/child_thread.h |
+++ b/chrome/common/child_thread.h |
@@ -8,9 +8,9 @@ |
#include "base/basictypes.h" |
#include "base/scoped_ptr.h" |
#include "base/thread.h" |
-#include "chrome/common/ipc_sync_channel.h" |
#include "chrome/common/message_router.h" |
#include "chrome/common/resource_dispatcher.h" |
+#include "ipc/ipc_sync_channel.h" |
// Child processes's background thread should derive from this class. |
class ChildThread : public IPC::Channel::Listener, |