| Index: ppapi/proxy/plugin_dispatcher.cc
|
| diff --git a/ppapi/proxy/plugin_dispatcher.cc b/ppapi/proxy/plugin_dispatcher.cc
|
| index 37f1f1fbddc605a2bd575a76bdae9daf6a1e879f..29bcb4ab00c215f754f592ab3bd48684f938628a 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.cc
|
| +++ b/ppapi/proxy/plugin_dispatcher.cc
|
| @@ -32,7 +32,7 @@
|
| #include "ppapi/shared_impl/resource.h"
|
|
|
| #if defined(OS_POSIX) && !defined(OS_NACL)
|
| -#include "base/eintr_wrapper.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "ipc/ipc_channel_posix.h"
|
| #endif
|
|
|
|
|