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

Unified Diff: xfa/src/fgas/src/xml/fx_sax_imp.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/fgas/src/xml/fx_sax_imp.h
diff --git a/xfa/src/fgas/src/xml/fx_sax_imp.h b/xfa/src/fgas/src/xml/fx_sax_imp.h
index 76809b95036ffe23faee025d8cc91112a308829a..8418c4e0c1dc80dbe4de66b0837fe3414a3c6841 100644
--- a/xfa/src/fgas/src/xml/fx_sax_imp.h
+++ b/xfa/src/fgas/src/xml/fx_sax_imp.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FX_SAX_IMP_
-#define _FX_SAX_IMP_
+#ifndef XFA_SRC_FGAS_SRC_XML_FX_SAX_IMP_H_
+#define XFA_SRC_FGAS_SRC_XML_FX_SAX_IMP_H_
class CFX_SAXFile {
public:
@@ -131,4 +131,5 @@ class CFX_SAXReader : public IFX_SAXReader {
void ReallocNameBuffer();
void ParseChar(uint8_t ch);
};
-#endif
+
+#endif // XFA_SRC_FGAS_SRC_XML_FX_SAX_IMP_H_

Powered by Google App Engine
This is Rietveld 408576698