| Index: ppapi/proxy/host_dispatcher.cc
|
| diff --git a/ppapi/proxy/host_dispatcher.cc b/ppapi/proxy/host_dispatcher.cc
|
| index eb9f7ee48d7a3f1a7a1f2952d2ea9ba9c7508677..5d61429fa4b0f3f6d75b033401af8dbaae7637cc 100644
|
| --- a/ppapi/proxy/host_dispatcher.cc
|
| +++ b/ppapi/proxy/host_dispatcher.cc
|
| @@ -4,10 +4,12 @@
|
|
|
| #include "ppapi/proxy/host_dispatcher.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/trace_event/trace_event.h"
|
| -#include "ppapi/c/private/ppb_proxy_private.h"
|
| #include "ppapi/c/ppb_var.h"
|
| +#include "ppapi/c/private/ppb_proxy_private.h"
|
| #include "ppapi/proxy/host_var_serialization_rules.h"
|
| #include "ppapi/proxy/interface_list.h"
|
| #include "ppapi/proxy/ppapi_messages.h"
|
|
|