| Index: chrome/test/data/nacl/bad/ppapi_bad_get_ppp_printing_crash.cc
|
| diff --git a/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_printing_crash.cc b/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_printing_crash.cc
|
| index 54f1442d6eda7c1d1ecfcbb977c7dfa4cc86b80c..93275d826c02e8bde8f7a720f36562c231402bb5 100644
|
| --- a/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_printing_crash.cc
|
| +++ b/chrome/test/data/nacl/bad/ppapi_bad_get_ppp_printing_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>
|
| @@ -12,10 +14,10 @@
|
| #include "ppapi/c/pp_module.h"
|
| #include "ppapi/c/pp_var.h"
|
|
|
| -#include "ppapi/c/ppb.h"
|
| -#include "ppapi/c/ppp_instance.h"
|
| #include "ppapi/c/dev/ppp_printing_dev.h"
|
| +#include "ppapi/c/ppb.h"
|
| #include "ppapi/c/ppp.h"
|
| +#include "ppapi/c/ppp_instance.h"
|
|
|
| #include "ppapi/native_client/tests/ppapi_test_lib/test_interface.h"
|
|
|
|
|