| Index: xfa/fwl/theme/cfwl_utils.h
|
| diff --git a/xfa/include/fwl/theme/utils.h b/xfa/fwl/theme/cfwl_utils.h
|
| similarity index 95%
|
| rename from xfa/include/fwl/theme/utils.h
|
| rename to xfa/fwl/theme/cfwl_utils.h
|
| index 0a37d3274b555983ca5dcc636e6b4cbeb6b49f59..d530b7631b37d71b6180da760974c68154c2e49b 100644
|
| --- a/xfa/include/fwl/theme/utils.h
|
| +++ b/xfa/fwl/theme/cfwl_utils.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_INCLUDE_FWL_THEME_UTILS_H_
|
| -#define XFA_INCLUDE_FWL_THEME_UTILS_H_
|
| +#ifndef XFA_FWL_THEME_CFWL_UTILS_H_
|
| +#define XFA_FWL_THEME_CFWL_UTILS_H_
|
|
|
| #include "core/fxcrt/include/fx_system.h"
|
|
|
| @@ -72,4 +72,4 @@ struct FWLCOLOR {
|
| #define FWLTHEME_CAPACITY_CXBorder 1.0f
|
| #define FWLTHEME_CAPACITY_CYBorder 1.0f
|
|
|
| -#endif // XFA_INCLUDE_FWL_THEME_UTILS_H_
|
| +#endif // XFA_FWL_THEME_CFWL_UTILS_H_
|
|
|