| Index: xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h b/xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| similarity index 90%
|
| rename from xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h
|
| rename to xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| index 1fbb02832b15bb27693e6dddacec1539310fa75c..9be05a19b0502c5c7026d34f9107a74e4905e8a3 100644
|
| --- a/xfa/src/fxbarcode/oned/BC_OnedCode128Writer.h
|
| +++ b/xfa/fxbarcode/oned/BC_OnedCode128Writer.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
| -#define XFA_SRC_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
| +#ifndef XFA_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
| +#define XFA_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
|
|
| class CBC_OneDimWriter;
|
| class CBC_OnedCode128Writer : public CBC_OneDimWriter {
|
| @@ -46,4 +46,4 @@ class CBC_OnedCode128Writer : public CBC_OneDimWriter {
|
| static const int32_t CODE_STOP;
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
| +#endif // XFA_FXBARCODE_ONED_BC_ONEDCODE128WRITER_H_
|
|
|