Index: xfa/fxbarcode/oned/BC_OneDimWriter.h |
diff --git a/xfa/src/fxbarcode/oned/BC_OneDimWriter.h b/xfa/fxbarcode/oned/BC_OneDimWriter.h |
similarity index 95% |
rename from xfa/src/fxbarcode/oned/BC_OneDimWriter.h |
rename to xfa/fxbarcode/oned/BC_OneDimWriter.h |
index f8001dc5c7a66d8243c6654da65cc45e6e5188a6..e91a9297e1d085b42402fae5077eb3864bc35876 100644 |
--- a/xfa/src/fxbarcode/oned/BC_OneDimWriter.h |
+++ b/xfa/fxbarcode/oned/BC_OneDimWriter.h |
@@ -4,12 +4,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXBARCODE_ONED_BC_ONEDIMWRITER_H_ |
-#define XFA_SRC_FXBARCODE_ONED_BC_ONEDIMWRITER_H_ |
+#ifndef XFA_FXBARCODE_ONED_BC_ONEDIMWRITER_H_ |
+#define XFA_FXBARCODE_ONED_BC_ONEDIMWRITER_H_ |
#include "core/include/fxge/fx_ge.h" |
+#include "xfa/fxbarcode/BC_Writer.h" |
#include "xfa/include/fxbarcode/BC_BarCode.h" |
-#include "xfa/src/fxbarcode/BC_Writer.h" |
class CBC_CommonBitMatrix; |
class CFX_Font; |
@@ -117,4 +117,4 @@ class CBC_OneDimWriter : public CBC_Writer { |
FX_WCHAR Upper(FX_WCHAR ch); |
}; |
-#endif // XFA_SRC_FXBARCODE_ONED_BC_ONEDIMWRITER_H_ |
+#endif // XFA_FXBARCODE_ONED_BC_ONEDIMWRITER_H_ |