| Index: testing/libfuzzer/pdf_fm2js_fuzzer.cc
|
| diff --git a/testing/libfuzzer/pdf_fm2js_fuzzer.cc b/testing/libfuzzer/pdf_fm2js_fuzzer.cc
|
| index 6a1b8207bef9074c31001c89748efcc2a32e136e..acbbf8fd944994e885efc3f6f972475007900b35 100644
|
| --- a/testing/libfuzzer/pdf_fm2js_fuzzer.cc
|
| +++ b/testing/libfuzzer/pdf_fm2js_fuzzer.cc
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "core/include/fxcrt/fx_basic.h"
|
| #include "core/include/fxcrt/fx_string.h"
|
| -#include "xfa/src/fxfa/fm2js/xfa_program.h"
|
| +#include "xfa/fxfa/fm2js/xfa_program.h"
|
|
|
| extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
|
| if (size > std::numeric_limits<FX_STRSIZE>::max())
|
|
|