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

Unified Diff: xfa/src/foxitlib.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/foxitlib.h
diff --git a/xfa/src/foxitlib.h b/xfa/src/foxitlib.h
index 9d0fdbc9949295480759f2e8ee833ebf248d4914..2a68c982e30a1e0f640603b49b24c206e6bd3a26 100644
--- a/xfa/src/foxitlib.h
+++ b/xfa/src/foxitlib.h
@@ -6,12 +6,14 @@
// TODO(thestig): Remove this file and do IWYU.
-#ifndef _FOXIT_LIB_H_
-#define _FOXIT_LIB_H_
+#ifndef XFA_SRC_FXJSE_FOXIT_LIB_H_
Tom Sepez 2016/02/18 18:33:11 XFA_SRC_FOXITLIB_H_
dsinclair 2016/02/18 19:19:05 Done.
+#define XFA_SRC_FXJSE_FOXIT_LIB_H_
+
#include "xfa/include/foxitxfa.h"
#include "xfa/src/fgas/include/fgas.h"
#include "xfa/src/fdp/include/fde.h"
#include "xfa/src/fee/include/ifde_txtedtengine.h"
#include "xfa/src/fee/include/ifde_txtedtpage.h"
#include "xfa/src/fee/include/fx_wordbreak.h"
-#endif
+
+#endif // XFA_SRC_FXJSE_FOXIT_LIB_H_

Powered by Google App Engine
This is Rietveld 408576698