Chromium Code Reviews| Index: xfa/src/fxfa/src/app/xfa_ffpath.h |
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpath.h b/xfa/src/fxfa/src/app/xfa_ffpath.h |
| index 457abe30d69db0ba8768055e7fa794c76e97b4bf..c9ca86fada3b0be84720d7e1c7b40d78b7bcb99a 100644 |
| --- a/xfa/src/fxfa/src/app/xfa_ffpath.h |
| +++ b/xfa/src/fxfa/src/app/xfa_ffpath.h |
| @@ -4,8 +4,9 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#ifndef _XFA_DRAW_PATH_IMP_H |
| -#define _XFA_DRAW_PATH_IMP_H |
| +#ifndef XFA_SRC_FXFA_SRC_APP_XFA_PATH_H_ |
|
Tom Sepez
2016/02/18 18:33:12
FFPATH
dsinclair
2016/02/18 19:19:06
Done.
|
| +#define XFA_SRC_FXFA_SRC_APP_XFA_PATH_H_ |
| + |
| class CXFA_FFLine : public CXFA_FFDraw { |
| public: |
| CXFA_FFLine(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc); |
| @@ -36,4 +37,5 @@ class CXFA_FFRectangle : public CXFA_FFDraw { |
| FX_DWORD dwStatus = 0, |
| int32_t iRotate = 0); |
| }; |
| -#endif |
| + |
| +#endif // XFA_SRC_FXFA_SRC_APP_XFA_PATH_H_ |