| Index: core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
|
| diff --git a/core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h b/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
|
| similarity index 94%
|
| rename from core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
|
| rename to core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
|
| index f8794bcb7fa5122c87e606267764c45f5a1f3b8b..842b35f8f2c72e35e8f43fa26e2b59a866eb61d3 100644
|
| --- a/core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
|
| -#define CORE_SRC_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
|
| +#ifndef CORE_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
|
| +#define CORE_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -93,4 +93,4 @@ class CPDF_SyntaxParser {
|
| FX_DWORD m_WordSize;
|
| };
|
|
|
| -#endif // CORE_SRC_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
|
| +#endif // CORE_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
|
|
|