Index: chrome/plugin/plugin_channel.cc |
diff --git a/chrome/plugin/plugin_channel.cc b/chrome/plugin/plugin_channel.cc |
index 7977218214abfded2e81f01e7a196c8f4f55923e..7f6f7d6be981cf85daa9c3721d04f11514d0a28d 100644 |
--- a/chrome/plugin/plugin_channel.cc |
+++ b/chrome/plugin/plugin_channel.cc |
@@ -14,7 +14,7 @@ |
#include "chrome/plugin/plugin_thread.h" |
#if defined(OS_POSIX) |
-#include "chrome/common/ipc_channel_posix.h" |
+#include "ipc/ipc_channel_posix.h" |
#endif |
PluginChannel* PluginChannel::GetPluginChannel( |