Index: xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.h |
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.h b/xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.h |
similarity index 79% |
rename from xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.h |
rename to xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.h |
index f40d371631dcd64479160125fa46c64f07807fa2..9a4e80c2b24bec4318492f46aca98e54a260f310 100644 |
--- a/xfa/src/fxbarcode/qrcode/BC_QRAlignmentPattern.h |
+++ b/xfa/fxbarcode/qrcode/BC_QRAlignmentPattern.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERN_H_ |
-#define XFA_SRC_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERN_H_ |
+#ifndef XFA_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERN_H_ |
+#define XFA_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERN_H_ |
class CBC_ResultPoint; |
class CBC_QRAlignmentPattern : public CBC_ResultPoint { |
private: |
@@ -22,4 +22,4 @@ class CBC_QRAlignmentPattern : public CBC_ResultPoint { |
CBC_QRAlignmentPattern* Clone(); |
}; |
-#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERN_H_ |
+#endif // XFA_FXBARCODE_QRCODE_BC_QRALIGNMENTPATTERN_H_ |