| Index: core/fpdfapi/fpdf_parser/cpdf_parser.h
|
| diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_parser.h b/core/fpdfapi/fpdf_parser/cpdf_parser.h
|
| similarity index 96%
|
| rename from core/fpdfapi/fpdf_parser/include/cpdf_parser.h
|
| rename to core/fpdfapi/fpdf_parser/cpdf_parser.h
|
| index 05288353f275069fab8df8dffd7838ffbad3db75..0368a456115cefa5206e282cae97132b0974893e 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/cpdf_parser.h
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_parser.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PARSER_INCLUDE_CPDF_PARSER_H_
|
| -#define CORE_FPDFAPI_FPDF_PARSER_INCLUDE_CPDF_PARSER_H_
|
| +#ifndef CORE_FPDFAPI_FPDF_PARSER_CPDF_PARSER_H_
|
| +#define CORE_FPDFAPI_FPDF_PARSER_CPDF_PARSER_H_
|
|
|
| #include <map>
|
| #include <memory>
|
| @@ -174,4 +174,4 @@ class CPDF_Parser {
|
| std::set<uint32_t> m_ParsingObjNums;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PARSER_INCLUDE_CPDF_PARSER_H_
|
| +#endif // CORE_FPDFAPI_FPDF_PARSER_CPDF_PARSER_H_
|
|
|