Index: testing/libfuzzer/pdf_codec_jbig2_fuzzer.cc |
diff --git a/testing/libfuzzer/pdf_codec_jbig2_fuzzer.cc b/testing/libfuzzer/pdf_codec_jbig2_fuzzer.cc |
index 58927c788a9fafc637468978ac2d237177ea65fa..f25127191e4cb599b4239cc2768aedfb71085089 100644 |
--- a/testing/libfuzzer/pdf_codec_jbig2_fuzzer.cc |
+++ b/testing/libfuzzer/pdf_codec_jbig2_fuzzer.cc |
@@ -4,8 +4,8 @@ |
#include <cstdint> |
-#include "core/fpdfapi/fpdf_parser/cpdf_stream.h" |
-#include "core/fpdfapi/fpdf_parser/cpdf_stream_acc.h" |
+#include "core/fpdfapi/parser/cpdf_stream.h" |
+#include "core/fpdfapi/parser/cpdf_stream_acc.h" |
#include "core/fxcodec/JBig2_DocumentContext.h" |
#include "core/fxcodec/codec/ccodec_jbig2module.h" |
#include "core/fxcodec/jbig2/JBig2_Context.h" |