Chromium Code Reviews| Index: chrome/renderer/plugin_channel_host.cc |
| diff --git a/chrome/renderer/plugin_channel_host.cc b/chrome/renderer/plugin_channel_host.cc |
| index 0befaab49f526c62465d78b357a61556a5ecfde3..04d7b4ffc3e5f2b1a25681aca0f109c6334c4edc 100644 |
| --- a/chrome/renderer/plugin_channel_host.cc |
| +++ b/chrome/renderer/plugin_channel_host.cc |
| @@ -7,7 +7,7 @@ |
| #include "chrome/common/plugin_messages.h" |
| #if defined(OS_POSIX) |
| -#include "chrome/common/ipc_channel_posix.h" |
| +#include "ipc/ipc_channel_posix.h" |
| #endif |
| // A simple MessageFilter that will ignore all messages and respond to sync |