0

[jumbo] add missing include guards in pdfium_fuzzer_helper.h

Change-Id: I019c3736a585dd384a1ccb6e1e9cb1613162a69d
Reviewed-on: https://chromium-review.googlesource.com/883623
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#531701}
This commit is contained in:
Mostyn Bramley-Moore
2018-01-24 22:02:57 +00:00
committed by Commit Bot
parent c219bffe76
commit a2a0da1831

@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PDF_PDFIUM_FUZZERS_PDFIUM_FUZZER_HELPER_H_
#define PDF_PDFIUM_FUZZERS_PDFIUM_FUZZER_HELPER_H_
// This fuzzer is simplified & cleaned up pdfium/samples/pdfium_test.cc
#include "third_party/pdfium/public/fpdf_ext.h"
@ -26,3 +29,5 @@ class PDFiumFuzzerHelper {
FPDF_FORMHANDLE form,
const int page_index);
};
#endif // PDF_PDFIUM_FUZZERS_PDFIUM_FUZZER_HELPER_H_