Chromium Code Reviews| Index: content/plugin/plugin_channel.cc |
| diff --git a/content/plugin/plugin_channel.cc b/content/plugin/plugin_channel.cc |
| index 36dd194369fc8195138f046fb2ae268cbf3d7fad..c579ea9da94bf6c9a3cba336a09c1a3e0b3f36a8 100644 |
| --- a/content/plugin/plugin_channel.cc |
| +++ b/content/plugin/plugin_channel.cc |
| @@ -20,7 +20,7 @@ |
| #include "webkit/plugins/npapi/plugin_instance.h" |
| #if defined(OS_POSIX) |
| -#include "base/eintr_wrapper.h" |
| +#include "base/posix/eintr_wrapper.h" |
| #include "ipc/ipc_channel_posix.h" |
| #endif |