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

Unified Diff: xfa/src/fxfa/src/common/xfa_parser.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_parser.h
diff --git a/xfa/src/fxfa/src/common/xfa_parser.h b/xfa/src/fxfa/src/common/xfa_parser.h
index 80cae0065be58974f09f5667429b46221612b737..3fbd62e44ee384134b009d82065b1c46d0e0201a 100644
--- a/xfa/src/fxfa/src/common/xfa_parser.h
+++ b/xfa/src/fxfa/src/common/xfa_parser.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H
-#define XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H
+#ifndef XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
+#define XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_
class IFX_Stream;
class IXFA_Parser {
@@ -34,4 +34,4 @@ class IXFA_DocParser : public IXFA_Parser {
virtual IXFA_Notify* GetNotify() const = 0;
};
-#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H
+#endif // XFA_SRC_FXFA_SRC_COMMON_XFA_PARSER_H_

Powered by Google App Engine
This is Rietveld 408576698