| Index: core/fpdfapi/fpdf_parser/fpdf_parser_decode.h
|
| diff --git a/core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h b/core/fpdfapi/fpdf_parser/fpdf_parser_decode.h
|
| similarity index 94%
|
| rename from core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h
|
| rename to core/fpdfapi/fpdf_parser/fpdf_parser_decode.h
|
| index 5ae4011c763ba03929f4888e4bd54fa4c1b4079c..0a0aa81d5a03a9c640b12618a1e9b854c5a61d1b 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h
|
| +++ b/core/fpdfapi/fpdf_parser/fpdf_parser_decode.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PARSER_INCLUDE_FPDF_PARSER_DECODE_H_
|
| -#define CORE_FPDFAPI_FPDF_PARSER_INCLUDE_FPDF_PARSER_DECODE_H_
|
| +#ifndef CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_DECODE_H_
|
| +#define CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_DECODE_H_
|
|
|
| #include "core/fxcrt/include/fx_basic.h"
|
|
|
| @@ -74,4 +74,4 @@ FX_BOOL PDF_DataDecode(const uint8_t* src_buf,
|
| uint32_t estimated_size,
|
| FX_BOOL bImageAcc);
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PARSER_INCLUDE_FPDF_PARSER_DECODE_H_
|
| +#endif // CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_DECODE_H_
|
|
|