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

Unified Diff: xfa/src/fgas/src/fgas_base.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/crt/fx_utils.h ('k') | xfa/src/fgas/src/font/fx_fontutils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fgas/src/fgas_base.h
diff --git a/xfa/src/fgas/src/fgas_base.h b/xfa/src/fgas/src/fgas_base.h
index df5e56a19228f9f2464e19aa57df5f63eb2689ec..1f5f7797ef3c37cf09147da8d44954590fb4e112 100644
--- a/xfa/src/fgas/src/fgas_base.h
+++ b/xfa/src/fgas/src/fgas_base.h
@@ -6,9 +6,11 @@
// TODO(thestig): Remove this file and do IWYU.
-#ifndef _FXMATH_BASE_
-#define _FXMATH_BASE_
+#ifndef XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
+#define XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
+
#include "xfa/src/foxitlib.h"
#include "core/include/fxge/fx_freetype.h"
#include "xfa/src/fgas/include/fgas.h"
-#endif
+
+#endif // XFA_SRC_FGAS_SRC_FXGAS_BASE_H_
« no previous file with comments | « xfa/src/fgas/src/crt/fx_utils.h ('k') | xfa/src/fgas/src/font/fx_fontutils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698