summaryrefslogtreecommitdiff
path: root/testing/libfuzzer/pdf_cmap_fuzzer.cc
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-04 13:39:46 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-04 13:39:46 -0700
commit968a88ff7202995bf8bb9a11470dff1fda54eeed (patch)
tree6212f5826adebf2717f8cb69099bfabd92c88677 /testing/libfuzzer/pdf_cmap_fuzzer.cc
parent1c4b767e822a7537f2c6c19b42dddce840e033ee (diff)
downloadpdfium-968a88ff7202995bf8bb9a11470dff1fda54eeed.tar.xz
Fix fuzzer paths
Missed these again. Scripting fail. BUG=pdfium:603 Review-Url: https://codereview.chromium.org/2393433003
Diffstat (limited to 'testing/libfuzzer/pdf_cmap_fuzzer.cc')
-rw-r--r--testing/libfuzzer/pdf_cmap_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libfuzzer/pdf_cmap_fuzzer.cc b/testing/libfuzzer/pdf_cmap_fuzzer.cc
index 652e6b887f..1e1ade7e19 100644
--- a/testing/libfuzzer/pdf_cmap_fuzzer.cc
+++ b/testing/libfuzzer/pdf_cmap_fuzzer.cc
@@ -4,7 +4,7 @@
#include <cstdint>
-#include "core/fpdfapi/fpdf_font/font_int.h"
+#include "core/fpdfapi/font/font_int.h"
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
CPDF_CMap cmap;