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

Unified Diff: xfa/src/foxitlib.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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
« no previous file with comments | « xfa/src/fgas/src/xml/fx_sax_imp.h ('k') | xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/foxitlib.h
diff --git a/xfa/src/foxitlib.h b/xfa/src/foxitlib.h
index 9d0fdbc9949295480759f2e8ee833ebf248d4914..ef8250f6b9f6262b0887a37edc41473a13e03986 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_FOXITLIB_H_
+#define XFA_SRC_FXJSE_FOXITLIB_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_FOXITLIB_H_
« no previous file with comments | « xfa/src/fgas/src/xml/fx_sax_imp.h ('k') | xfa/src/fwl/src/basewidget/include/fwl_barcodeimp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698