Index: xfa/fxbarcode/common/BC_CommonByteMatrix.h |
diff --git a/xfa/src/fxbarcode/common/BC_CommonByteMatrix.h b/xfa/fxbarcode/common/BC_CommonByteMatrix.h |
similarity index 81% |
rename from xfa/src/fxbarcode/common/BC_CommonByteMatrix.h |
rename to xfa/fxbarcode/common/BC_CommonByteMatrix.h |
index d9af45d2f3726a30d33f61d8073272d8febdac14..271feef34fc7e665f713ac57ce27c7b6ed0116bb 100644 |
--- a/xfa/src/fxbarcode/common/BC_CommonByteMatrix.h |
+++ b/xfa/fxbarcode/common/BC_CommonByteMatrix.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_ |
-#define XFA_SRC_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_ |
+#ifndef XFA_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_ |
+#define XFA_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_ |
#include <stdint.h> |
@@ -31,4 +31,4 @@ class CBC_CommonByteMatrix { |
int32_t m_height; |
}; |
-#endif // XFA_SRC_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_ |
+#endif // XFA_FXBARCODE_COMMON_BC_COMMONBYTEMATRIX_H_ |