Index: xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h |
diff --git a/xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h b/xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h |
index feb0bb491c403e792834e80d4f71d9d544df0a23..3ce4b7510bea0cc19d0d1754963324d20ef76bf5 100644 |
--- a/xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h |
+++ b/xfa/fxbarcode/qrcode/BC_QRCoderMatrixUtil.h |
@@ -55,8 +55,8 @@ class CBC_QRCoderMatrixUtil { |
static void MakeVersionInfoBits(int32_t version, |
CBC_QRCoderBitVector* bits, |
int32_t& e); |
- static FX_BOOL IsEmpty(int32_t value); |
- static FX_BOOL IsValidValue(int32_t value); |
+ static bool IsEmpty(int32_t value); |
+ static bool IsValidValue(int32_t value); |
static void EmbedTimingPatterns(CBC_CommonByteMatrix* matrix, int32_t& e); |
static void EmbedDarkDotAtLeftBottomCorner(CBC_CommonByteMatrix* matrix, |
int32_t& e); |