| Index: core/fpdfdoc/doc_utils.h
|
| diff --git a/core/src/fpdfdoc/doc_utils.h b/core/fpdfdoc/doc_utils.h
|
| similarity index 94%
|
| rename from core/src/fpdfdoc/doc_utils.h
|
| rename to core/fpdfdoc/doc_utils.h
|
| index d69652fedcce49b2d414d5840c83ec6489b446de..ed687943da8f788226ed71cbeee8d5189246db8e 100644
|
| --- a/core/src/fpdfdoc/doc_utils.h
|
| +++ b/core/fpdfdoc/doc_utils.h
|
| @@ -4,11 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FPDFDOC_DOC_UTILS_H_
|
| -#define CORE_SRC_FPDFDOC_DOC_UTILS_H_
|
| +#ifndef CORE_FPDFDOC_DOC_UTILS_H_
|
| +#define CORE_FPDFDOC_DOC_UTILS_H_
|
|
|
| #include <vector>
|
|
|
| +#include "core/include/fpdfapi/cpdf_parser.h"
|
| +#include "core/include/fpdfapi/fpdf_resource.h"
|
| +
|
| class CPDF_Dictionary;
|
| class CPDF_FormField;
|
|
|
| @@ -74,4 +77,4 @@ FX_BOOL NeedPDFEncodeForFieldTree(CPDF_Dictionary* pFieldDict, int nLevel = 0);
|
| void EncodeFieldName(const CFX_WideString& csName, CFX_ByteString& csT);
|
| void UpdateEncodeFieldName(CPDF_Dictionary* pFieldDict, int nLevel = 0);
|
|
|
| -#endif // CORE_SRC_FPDFDOC_DOC_UTILS_H_
|
| +#endif // CORE_FPDFDOC_DOC_UTILS_H_
|
|
|