| Index: ppapi/proxy/proxy_channel.h
|
| diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h
|
| index fbd31ad8556332dee1e6ea01af7918cc9dd8cf0b..0e657f73ad51bebd270cc423a8e15bd003c75e6b 100644
|
| --- a/ppapi/proxy/proxy_channel.h
|
| +++ b/ppapi/proxy/proxy_channel.h
|
| @@ -6,9 +6,11 @@
|
| #define PPAPI_PROXY_PROXY_CHANNEL_H_
|
|
|
| #include "base/files/scoped_file.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/shared_memory.h"
|
| #include "base/process/process.h"
|
| +#include "build/build_config.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "ipc/ipc_sender.h"
|
|
|