Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: xfa/src/fxfa/src/fm2js/xfa_fmparse.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: xfa/src/fxfa/src/fm2js/xfa_fmparse.h
diff --git a/xfa/src/fxfa/src/fm2js/xfa_fmparse.h b/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
index ed950c5aa4a706d56369da25a4bda0bfb2d8664a..bd09f79e71251346a7580f8b93accc37c3a10db0 100644
--- a/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
+++ b/xfa/src/fxfa/src/fm2js/xfa_fmparse.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _XFA_FM_PARSE_H
-#define _XFA_FM_PARSE_H
+#ifndef XFA_SRC_FXFA_SRC_FM2JS_XFA_FM_PARSE_H_
Tom Sepez 2016/02/18 18:33:13 FMPARSE
dsinclair 2016/02/18 19:19:06 Done.
+#define XFA_SRC_FXFA_SRC_FM2JS_XFA_FM_PARSE_H_
#include <memory>
@@ -49,4 +49,4 @@ class CXFA_FMParse {
CXFA_FMErrorInfo* m_pErrorInfo;
};
-#endif
+#endif // XFA_SRC_FXFA_SRC_FM2JS_XFA_FM_PARSE_H_

Powered by Google App Engine
This is Rietveld 408576698