Index: xfa/fxbarcode/BC_BinaryBitmap.h |
diff --git a/xfa/src/fxbarcode/BC_BinaryBitmap.h b/xfa/fxbarcode/BC_BinaryBitmap.h |
similarity index 85% |
rename from xfa/src/fxbarcode/BC_BinaryBitmap.h |
rename to xfa/fxbarcode/BC_BinaryBitmap.h |
index 5d34c546ffb82394cfbd073f5919c5d37b3de0a5..5f4dd874a9d5d6f601e31906f1b01e74416d5101 100644 |
--- a/xfa/src/fxbarcode/BC_BinaryBitmap.h |
+++ b/xfa/fxbarcode/BC_BinaryBitmap.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXBARCODE_BC_BINARYBITMAP_H_ |
-#define XFA_SRC_FXBARCODE_BC_BINARYBITMAP_H_ |
+#ifndef XFA_FXBARCODE_BC_BINARYBITMAP_H_ |
+#define XFA_FXBARCODE_BC_BINARYBITMAP_H_ |
#include <cstdint> |
@@ -30,4 +30,4 @@ class CBC_BinaryBitmap { |
CBC_CommonBitMatrix* m_matrix; |
}; |
-#endif // XFA_SRC_FXBARCODE_BC_BINARYBITMAP_H_ |
+#endif // XFA_FXBARCODE_BC_BINARYBITMAP_H_ |