| Index: ppapi/proxy/ppp_instance_proxy_unittest.cc
|
| diff --git a/ppapi/proxy/ppp_instance_proxy_unittest.cc b/ppapi/proxy/ppp_instance_proxy_unittest.cc
|
| index 18ec91993e56e6ebe90b0a5e91af45cff819bde9..755d83b8a02a7d0b84ce509367c88171a705d1f4 100644
|
| --- a/ppapi/proxy/ppp_instance_proxy_unittest.cc
|
| +++ b/ppapi/proxy/ppp_instance_proxy_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/synchronization/waitable_event.h"
|
| #include "ipc/ipc_message_utils.h"
|
| #include "ppapi/c/pp_var.h"
|
|
|