diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-04 13:39:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-04 13:39:46 -0700 |
commit | 968a88ff7202995bf8bb9a11470dff1fda54eeed (patch) | |
tree | 6212f5826adebf2717f8cb69099bfabd92c88677 /testing/libfuzzer/pdf_cmap_fuzzer.cc | |
parent | 1c4b767e822a7537f2c6c19b42dddce840e033ee (diff) | |
download | pdfium-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.cc | 2 |
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; |