summaryrefslogtreecommitdiff
path: root/xfa/src/fgas
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-02-22 11:56:05 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-02-22 11:56:05 -0500
commit22d6607d104d4cb8c5263c4d307b4ba1e4ff959e (patch)
tree5a3567227e10a988484c329b7fdf315efb3c988a /xfa/src/fgas
parent33364e2d6f9549d7964611097c663264548a5d68 (diff)
downloadpdfium-22d6607d104d4cb8c5263c4d307b4ba1e4ff959e.tar.xz
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 .
Diffstat (limited to 'xfa/src/fgas')
-rw-r--r--xfa/src/fgas/src/fgas_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xfa/src/fgas/src/fgas_base.h b/xfa/src/fgas/src/fgas_base.h
index 1f5f7797ef..32ef9aff1f 100644
--- a/xfa/src/fgas/src/fgas_base.h
+++ b/xfa/src/fgas/src/fgas_base.h
@@ -6,11 +6,11 @@
// TODO(thestig): Remove this file and do IWYU.
-#ifndef XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
-#define XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
+#ifndef XFA_SRC_FGAS_SRC_FGAS_BASE_H_
+#define XFA_SRC_FGAS_SRC_FGAS_BASE_H_
#include "xfa/src/foxitlib.h"
#include "core/include/fxge/fx_freetype.h"
#include "xfa/src/fgas/include/fgas.h"
-#endif // XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
+#endif // XFA_SRC_FGAS_SRC_FGAS_BASE_H_