Chromium Code Reviews| Index: xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h |
| diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h |
| index 9969039deed3e1dc3d1d09f72ad6af03b41e38f9..0e1255dbcfa491f1b3e3f8928d3bec6581205362 100644 |
| --- a/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h |
| +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417DetectionResultRowIndicatorColumn.h |
| @@ -4,8 +4,9 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#ifndef _BC_DETECTIONRESULTROWINDICATORCOLUMN_H_ |
| -#define _BC_DETECTIONRESULTROWINDICATORCOLUMN_H_ |
| +#ifndef XFA_SRC_FXBARCODE_PDF417_BC_DETECTIONRESULTROWINDICATORCOLUMN_H_ |
|
Tom Sepez
2016/02/18 18:33:12
"
dsinclair
2016/02/18 19:19:06
Done.
|
| +#define XFA_SRC_FXBARCODE_PDF417_BC_DETECTIONRESULTROWINDICATORCOLUMN_H_ |
| + |
| class CBC_BarcodeMetadata; |
| class CBC_BoundingBox; |
| class CBC_DetectionResultRowIndicatorColumn; |
| @@ -29,4 +30,4 @@ class CBC_DetectionResultRowIndicatorColumn : public CBC_DetectionResultColumn { |
| void removeIncorrectCodewords(CFX_PtrArray* codewords, |
| CBC_BarcodeMetadata barcodeMetadata); |
| }; |
| -#endif |
| +#endif // XFA_SRC_FXBARCODE_PDF417_BC_DETECTIONRESULTROWINDICATORCOLUMN_H_ |