diff options
author | dan sinclair <dsinclair@chromium.org> | 2018-04-17 18:24:09 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-17 18:24:09 +0000 |
commit | 63593d32415a2abe14b67a9b0bbb5051e3f7c408 (patch) | |
tree | 5047572830bc2b30241ae6d316170c25acf218c5 /testing/libfuzzer | |
parent | bddc60d0977068fbe89a1dad403f2e6ddd7ff1a1 (diff) | |
download | pdfium-63593d32415a2abe14b67a9b0bbb5051e3f7c408.tar.xz |
Cleanup some seekablestreamproxy code
This CL fixes up some cfx_seekablestreamproxy includes and adds a helper to the
xmlparser tests.
Change-Id: If1b67dee51b49fa39527274f6c68da5ec673704f
Reviewed-on: https://pdfium-review.googlesource.com/30854
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'testing/libfuzzer')
-rw-r--r-- | testing/libfuzzer/pdf_css_fuzzer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/libfuzzer/pdf_css_fuzzer.cc b/testing/libfuzzer/pdf_css_fuzzer.cc index 7cd924e70f..4f2f410aa3 100644 --- a/testing/libfuzzer/pdf_css_fuzzer.cc +++ b/testing/libfuzzer/pdf_css_fuzzer.cc @@ -4,7 +4,6 @@ #include <memory> -#include "core/fxcrt/cfx_seekablestreamproxy.h" #include "core/fxcrt/css/cfx_css.h" #include "core/fxcrt/css/cfx_csssyntaxparser.h" #include "core/fxcrt/fx_string.h" |