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

Unified Diff: xfa/src/fxfa/src/common/xfa_script.h

Issue 1719083002: Fixing include guards, and presubmit. (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/common/xfa_script.h
diff --git a/xfa/src/fxfa/src/common/xfa_script.h b/xfa/src/fxfa/src/common/xfa_script.h
index 630a4fd3295125877b41efe75fa469779bb55c12..0a859476c1b37903d587e7ef8e31fa92c07297cd 100644
--- a/xfa/src/fxfa/src/common/xfa_script.h
+++ b/xfa/src/fxfa/src/common/xfa_script.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H
-#define XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H
+#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H_
+#define XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H_
#define XFA_RESOLVENODE_Children 0x0001
#define XFA_RESOLVENODE_Attributes 0x0004
@@ -108,4 +108,4 @@ class IXFA_ScriptContext {
};
IXFA_ScriptContext* XFA_ScriptContext_Create(CXFA_Document* pDocument);
-#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H
+#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_SCRIPT_H_

Powered by Google App Engine
This is Rietveld 408576698