| Index: chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc
|
| diff --git a/chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc b/chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc
|
| index f3a8fb293cd8a7faca63d9400acbb5c90b4ef2e4..a59f6eba09b48d2fd7f82a4f49844af8fda48947 100644
|
| --- a/chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc
|
| +++ b/chrome/test/data/nacl/bad/ppapi_bad_event_replay_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>
|
| @@ -14,8 +16,8 @@
|
|
|
| #include "ppapi/c/ppb.h"
|
| #include "ppapi/c/ppb_instance.h"
|
| -#include "ppapi/c/ppp_instance.h"
|
| #include "ppapi/c/ppp.h"
|
| +#include "ppapi/c/ppp_instance.h"
|
|
|
| PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id,
|
| PPB_GetInterface get_browser_interface) {
|
|
|