Index: xfa/fxbarcode/qrcode/BC_QRDetectorResult.h |
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h b/xfa/fxbarcode/qrcode/BC_QRDetectorResult.h |
similarity index 77% |
rename from xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h |
rename to xfa/fxbarcode/qrcode/BC_QRDetectorResult.h |
index e2397db7efeb88c8cbde2960f26cd3661b340f67..c6145ecbbe251937b973928f990d5fccfed7f2f4 100644 |
--- a/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h |
+++ b/xfa/fxbarcode/qrcode/BC_QRDetectorResult.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ |
-#define XFA_SRC_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ |
+#ifndef XFA_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ |
+#define XFA_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ |
#include "core/include/fxcrt/fx_basic.h" |
@@ -23,4 +23,4 @@ class CBC_QRDetectorResult { |
CFX_PtrArray* GetPoints(); |
}; |
-#endif // XFA_SRC_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ |
+#endif // XFA_FXBARCODE_QRCODE_BC_QRDETECTORRESULT_H_ |