Skip to content

Commit

Permalink
[jumbo] add missing include guards in pdfium_fuzzer_helper.h
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
mostynb authored and Commit Bot committed Jan 24, 2018
1 parent c219bff commit a2a0da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pdf/pdfium/fuzzers/pdfium_fuzzer_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -26,3 +29,5 @@ class PDFiumFuzzerHelper {
FPDF_FORMHANDLE form,
const int page_index);
};

#endif // PDF_PDFIUM_FUZZERS_PDFIUM_FUZZER_HELPER_H_

0 comments on commit a2a0da1

Please sign in to comment.