aboutsummaryrefslogtreecommitdiff
path: root/testing/fuzzers/pdf_hint_table_fuzzer.cc
diff options
context:
space:
mode:
authorkumarashishg <kumarashishg@google.com>2023-09-27 10:46:51 +0000
committerkumarashishg <kumarashishg@google.com>2023-09-27 10:50:34 +0000
commitc9a8e744a91219fda0827d81ff650e9940ad3a24 (patch)
tree5fbebb9b63b922969aa2ff57532740cd790c7bfc /testing/fuzzers/pdf_hint_table_fuzzer.cc
parent6405ac73f02c42a7a59751d50b89b0f9bccd743c (diff)
downloadpdfium-c9a8e744a91219fda0827d81ff650e9940ad3a24.tar.gz
Updated pdfium to df6fed9f3cbc13b656562b4775ea330c91732c71 (Chrome 117.0.5938.60)
Bug: 301504387 Test: Build the code, flash the device and check if it is working fine Change-Id: If3540f2e20a31c43516adaab8851f2ad215208f8
Diffstat (limited to 'testing/fuzzers/pdf_hint_table_fuzzer.cc')
-rw-r--r--testing/fuzzers/pdf_hint_table_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fuzzers/pdf_hint_table_fuzzer.cc b/testing/fuzzers/pdf_hint_table_fuzzer.cc
index 3743b1af7..1351a042d 100644
--- a/testing/fuzzers/pdf_hint_table_fuzzer.cc
+++ b/testing/fuzzers/pdf_hint_table_fuzzer.cc
@@ -11,7 +11,7 @@
#include "core/fpdfapi/parser/cpdf_linearized_header.h"
#include "core/fpdfapi/parser/cpdf_number.h"
#include "core/fxcrt/cfx_bitstream.h"
-#include "third_party/base/span.h"
+#include "third_party/base/containers/span.h"
int32_t GetData(const int32_t** data32, const uint8_t** data, size_t* size) {
const int32_t* ret = *data32;