| Index: xfa/fde/css/fde_css.h
|
| diff --git a/xfa/src/fde/css/fde_css.h b/xfa/fde/css/fde_css.h
|
| similarity index 99%
|
| rename from xfa/src/fde/css/fde_css.h
|
| rename to xfa/fde/css/fde_css.h
|
| index 1e62b66c9a1d321d535ad9eedc73b6425f4ea67e..4c3e253167f6b07f0603d8c6b47a5333eba3c812 100644
|
| --- a/xfa/src/fde/css/fde_css.h
|
| +++ b/xfa/fde/css/fde_css.h
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FDE_CSS_FDE_CSS_H_
|
| -#define XFA_SRC_FDE_CSS_FDE_CSS_H_
|
| +#ifndef XFA_FDE_CSS_FDE_CSS_H_
|
| +#define XFA_FDE_CSS_FDE_CSS_H_
|
|
|
| #include "core/include/fxge/fx_dib.h"
|
| -#include "xfa/src/fgas/font/fgas_font.h"
|
| -#include "xfa/src/fgas/crt/fgas_stream.h"
|
| -#include "xfa/src/fgas/crt/fgas_utils.h"
|
| +#include "xfa/fgas/crt/fgas_stream.h"
|
| +#include "xfa/fgas/crt/fgas_utils.h"
|
| +#include "xfa/fgas/font/fgas_font.h"
|
|
|
| class IFDE_CSSValue;
|
| class IFDE_CSSValueList;
|
| @@ -1079,4 +1079,4 @@ class IFDE_CSSStyleSelector {
|
| IFDE_CSSComputedStyle* pDestStyle) = 0;
|
| };
|
|
|
| -#endif // XFA_SRC_FDE_CSS_FDE_CSS_H_
|
| +#endif // XFA_FDE_CSS_FDE_CSS_H_
|
|
|