| Index: chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc
|
| diff --git a/chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc b/chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc
|
| index b4d383b5a63de70298a8dc1df405fc5b5d5d8a97..e8fb8b18688fd55202106110a976449e48905397 100644
|
| --- a/chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc
|
| +++ b/chrome/test/data/nacl/crash/ppapi_crash_in_callback.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 "native_client/src/shared/platform/nacl_check.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_core.h"
|
|
|