From 22d6607d104d4cb8c5263c4d307b4ba1e4ff959e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 22 Feb 2016 11:56:05 -0500 Subject: Fixing include guards, and presubmit. This update fixes all include guards so cpplint build/header_guard completes without error. A presubmit check is added to make sure the guards stay clean. BUG=pdfium:65 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1719083002 . --- fpdfsdk/include/fpdfxfa/fpdfxfa_page.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fpdfsdk/include') diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h index 2354a34b18..2e3c51cbd0 100644 --- a/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h +++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_page.h @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#ifndef FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGEVIEW_H_ -#define FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGEVIEW_H_ +#ifndef FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGE_H_ +#define FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGE_H_ class CPDFXFA_Page { public: @@ -63,4 +63,4 @@ class CPDFXFA_Page { int m_iRef; }; -#endif // FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGEVIEW_H_ +#endif // FPDFSDK_INCLUDE_FPDFXFA_FPDFXFA_PAGE_H_ -- cgit v1.2.3