summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/basewidget
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/include/fwl/basewidget
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/include/fwl/basewidget')
-rw-r--r--xfa/include/fwl/basewidget/fwl_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_menu.h b/xfa/include/fwl/basewidget/fwl_menu.h
index 9b6f321d94..d8ab0d9292 100644
--- a/xfa/include/fwl/basewidget/fwl_menu.h
+++ b/xfa/include/fwl/basewidget/fwl_menu.h
@@ -14,4 +14,4 @@
#define FWL_STYLEEXT_MNU_Dock (1L << 1)
#define FWL_STYLEEXT_MNU_OwnerDraw (1L << 2)
-#endif // XFA_INCLUDE_FWL_BASEWIDGET_
+#endif // XFA_INCLUDE_FWL_BASEWIDGET_FWL_MENU_H_