| Index: xfa/fxbarcode/BC_Dimension.h
|
| diff --git a/xfa/src/fxbarcode/BC_Dimension.h b/xfa/fxbarcode/BC_Dimension.h
|
| similarity index 82%
|
| rename from xfa/src/fxbarcode/BC_Dimension.h
|
| rename to xfa/fxbarcode/BC_Dimension.h
|
| index d6780f0fed9f7f70b1a76035f1c3cee20daed05c..e3253b38ad1bf75d1920dfdc30608da14a04ad6a 100644
|
| --- a/xfa/src/fxbarcode/BC_Dimension.h
|
| +++ b/xfa/fxbarcode/BC_Dimension.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXBARCODE_BC_DIMENSION_H_
|
| -#define XFA_SRC_FXBARCODE_BC_DIMENSION_H_
|
| +#ifndef XFA_FXBARCODE_BC_DIMENSION_H_
|
| +#define XFA_FXBARCODE_BC_DIMENSION_H_
|
|
|
| #include <cstdint>
|
|
|
| @@ -26,4 +26,4 @@ class CBC_Dimension {
|
| int32_t m_height;
|
| };
|
|
|
| -#endif // XFA_SRC_FXBARCODE_BC_DIMENSION_H_
|
| +#endif // XFA_FXBARCODE_BC_DIMENSION_H_
|
|
|