Index: xfa/fxgraphics/fx_path_generator.h |
diff --git a/xfa/src/fxgraphics/fx_path_generator.h b/xfa/fxgraphics/fx_path_generator.h |
similarity index 92% |
rename from xfa/src/fxgraphics/fx_path_generator.h |
rename to xfa/fxgraphics/fx_path_generator.h |
index b8253961de9426345dc22f936511a847fecf3fe5..3087a6436625e2fcd06367d7aa64f1237e1179cb 100644 |
--- a/xfa/src/fxgraphics/fx_path_generator.h |
+++ b/xfa/fxgraphics/fx_path_generator.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXGRAPHICS_FX_PATH_GENERATOR_H_ |
-#define XFA_SRC_FXGRAPHICS_FX_PATH_GENERATOR_H_ |
+#ifndef XFA_FXGRAPHICS_FX_PATH_GENERATOR_H_ |
+#define XFA_FXGRAPHICS_FX_PATH_GENERATOR_H_ |
#include "core/include/fxge/fx_ge.h" |
@@ -61,4 +61,4 @@ class CFX_PathGenerator { |
CFX_PathData* m_pPathData; |
}; |
-#endif // XFA_SRC_FXGRAPHICS_FX_PATH_GENERATOR_H_ |
+#endif // XFA_FXGRAPHICS_FX_PATH_GENERATOR_H_ |