| Index: chrome/test/data/nacl/bad/ppapi_bad_get_ppp_messaging_crash.cc
|
| diff --git a/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_messaging_crash.cc b/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_messaging_crash.cc
|
| index 8b77c2f1744890a57dcd3e3f25555e159a6ae135..0c5150e43b5f10f90190f39fe1c195fa732a6517 100644
|
| --- a/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_messaging_crash.cc
|
| +++ b/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_messaging_crash.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <cstdio>
|
| #include <cstdlib>
|
| #include <cstring>
|
| @@ -13,9 +15,9 @@
|
| #include "ppapi/c/pp_var.h"
|
|
|
| #include "ppapi/c/ppb.h"
|
| +#include "ppapi/c/ppp.h"
|
| #include "ppapi/c/ppp_instance.h"
|
| #include "ppapi/c/ppp_messaging.h"
|
| -#include "ppapi/c/ppp.h"
|
|
|
| #include "ppapi/native_client/tests/ppapi_test_lib/test_interface.h"
|
|
|
|
|