| Index: content/child/npapi/np_channel_base.cc
|
| diff --git a/content/child/npapi/np_channel_base.cc b/content/child/npapi/np_channel_base.cc
|
| index e7f2ca26bd2592c0f6c34753bbc779ff0a9d8f08..c39ff4cdc2a657185498289dbd01f14ae7ffb392 100644
|
| --- a/content/child/npapi/np_channel_base.cc
|
| +++ b/content/child/npapi/np_channel_base.cc
|
| @@ -13,7 +13,7 @@
|
| #include "ipc/ipc_sync_message.h"
|
|
|
| #if defined(OS_POSIX)
|
| -#include "base/file_util.h"
|
| +#include "base/files/file_util.h"
|
| #include "ipc/ipc_channel_posix.h"
|
| #endif
|
|
|
|
|