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

Unified Diff: xfa/include/foxitxfa.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/include/foxitxfa.h
diff --git a/xfa/include/foxitxfa.h b/xfa/include/foxitxfa.h
index 2c8af137ead3328444d61e37fd001f9b2922e07e..e11679234bc55bf08cf7fb0bcfdc0b99bc19d1d7 100644
--- a/xfa/include/foxitxfa.h
+++ b/xfa/include/foxitxfa.h
@@ -6,8 +6,9 @@
// TODO(thestig): Remove this file and do IWYU.
-#ifndef _FOXIT_XFA_H_
-#define _FOXIT_XFA_H_
+#ifndef XFA_INCLUDE_FOXIT_XFA_H_
Tom Sepez 2016/02/18 18:33:11 FOXITXFA
dsinclair 2016/02/18 19:19:04 Done.
+#define XFA_INCLUDE_FOXIT_XFA_H_
+
#include "core/include/fxcrt/fx_ext.h"
#include "core/include/fxge/fx_ge.h"
#include "core/include/fxcodec/fx_codec.h"
@@ -18,4 +19,5 @@
#include "xfa/include/fwl/fwl.h"
#include "xfa/include/fxjse/fxjse.h"
#include "xfa/include/fxfa/fxfa.h"
-#endif
+
+#endif // XFA_INCLUDE_FOXIT_XFA_H_

Powered by Google App Engine
This is Rietveld 408576698