Chromium Code Reviews| Index: xfa/src/fxfa/src/app/xfa_fwltheme.h |
| diff --git a/xfa/src/fxfa/src/app/xfa_fwltheme.h b/xfa/src/fxfa/src/app/xfa_fwltheme.h |
| index 8b4c9385bff980943880b30bbbdc3458152b7152..a694dca93a0c6469937db73db8ac8e8a299c5140 100644 |
| --- a/xfa/src/fxfa/src/app/xfa_fwltheme.h |
| +++ b/xfa/src/fxfa/src/app/xfa_fwltheme.h |
| @@ -4,8 +4,9 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#ifndef _XFA_FWL_THEME_IMP_H |
| -#define _XFA_FWL_THEME_IMP_H |
| +#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FWL_THEME_H_ |
|
Tom Sepez
2016/02/18 18:33:12
FWLTHEME
dsinclair
2016/02/18 19:19:06
Done.
|
| +#define XFA_SRC_FXFA_SRC_APP_XFA_FWL_THEME_H_ |
| + |
| class CXFA_FWLTheme : public IFWL_ThemeProvider { |
| public: |
| CXFA_FWLTheme(CXFA_FFApp* pApp); |
| @@ -89,4 +90,5 @@ class CXFA_FWLEditTP : public CFWL_EditTP { |
| public: |
| virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams); |
| }; |
| -#endif |
| + |
| +#endif // XFA_SRC_FXFA_SRC_APP_XFA_FWL_THEME_H_ |