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

Unified Diff: xfa/src/fdp/include/fde_pth.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/fdp/include/fde_pth.h
diff --git a/xfa/src/fdp/include/fde_pth.h b/xfa/src/fdp/include/fde_pth.h
index 6db03e251d7445b37a9dee614c929ec13d084cf4..41cb367613aa31fd5c783b009be894c626be3e07 100644
--- a/xfa/src/fdp/include/fde_pth.h
+++ b/xfa/src/fdp/include/fde_pth.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FDE_PATH
-#define _FDE_PATH
+#ifndef XFA_SRC_FDP_INCLUDE_FDE_PTH_H_
+#define XFA_SRC_FDP_INCLUDE_FDE_PTH_H_
+
class IFDE_Path;
class IFDE_Path {
public:
@@ -30,4 +31,5 @@ class IFDE_Path {
FX_FLOAT fLineWidth,
FX_FLOAT fMiterLimit) const = 0;
};
-#endif
+
+#endif // XFA_SRC_FDP_INCLUDE_FDE_PTH_H_

Powered by Google App Engine
This is Rietveld 408576698