| Index: ppapi/tests/test_broker.cc
|
| diff --git a/ppapi/tests/test_broker.cc b/ppapi/tests/test_broker.cc
|
| index 54b4671f46728cc34986933f5bb46ef0bd12345e..40ac5b5e9a27ed3422d90d7c4cf03fba35f4fe5e 100644
|
| --- a/ppapi/tests/test_broker.cc
|
| +++ b/ppapi/tests/test_broker.cc
|
| @@ -13,14 +13,17 @@
|
| #include <unistd.h>
|
| #endif
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <cstdio>
|
| #include <cstring>
|
| #include <fstream>
|
| #include <limits>
|
|
|
| #include "ppapi/c/pp_errors.h"
|
| -#include "ppapi/c/trusted/ppp_broker.h"
|
| #include "ppapi/c/trusted/ppb_broker_trusted.h"
|
| +#include "ppapi/c/trusted/ppp_broker.h"
|
| #include "ppapi/tests/test_utils.h"
|
| #include "ppapi/tests/testing_instance.h"
|
|
|
|
|