summaryrefslogtreecommitdiff
path: root/testing/libfuzzer/pdf_css_fuzzer.cc
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-09-30 08:37:51 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-30 08:37:51 -0700
commit43c8a6adc0045c974fb1c831deeef53fa5a38a82 (patch)
tree645c4ec4dfc22fc8089d147915337153cb3edd65 /testing/libfuzzer/pdf_css_fuzzer.cc
parent5b4930967676088f2f0e5ce3b25aed77831d678c (diff)
downloadpdfium-43c8a6adc0045c974fb1c831deeef53fa5a38a82.tar.xz
Fix #includes in libfuzzer so pdfium can be rolled
Note: pdfium bots don't seem to touch these files. Review-Url: https://codereview.chromium.org/2379973005
Diffstat (limited to 'testing/libfuzzer/pdf_css_fuzzer.cc')
-rw-r--r--testing/libfuzzer/pdf_css_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libfuzzer/pdf_css_fuzzer.cc b/testing/libfuzzer/pdf_css_fuzzer.cc
index a893858aa4..ca3cf1a79d 100644
--- a/testing/libfuzzer/pdf_css_fuzzer.cc
+++ b/testing/libfuzzer/pdf_css_fuzzer.cc
@@ -4,7 +4,7 @@
#include <memory>
-#include "core/fxcrt/include/fx_string.h"
+#include "core/fxcrt/fx_string.h"
#include "xfa/fde/css/fde_css.h"
#include "xfa/fde/css/fde_csssyntax.h"
#include "xfa/fgas/crt/fgas_stream.h"