| Index: core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h
|
| diff --git a/core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h b/core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h
|
| index a2a39f10eaf13c40fc9df2ec51f882749f3af409..0bd3b8daac070f7b1f1cec7fdb2463b8baf1b6c1 100644
|
| --- a/core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h
|
| +++ b/core/fpdfapi/fpdf_parser/include/cpdf_simple_parser.h
|
| @@ -7,8 +7,8 @@
|
| #ifndef CORE_FPDFAPI_FPDF_PARSER_INCLUDE_CPDF_SIMPLE_PARSER_H_
|
| #define CORE_FPDFAPI_FPDF_PARSER_INCLUDE_CPDF_SIMPLE_PARSER_H_
|
|
|
| -#include "core/include/fxcrt/fx_string.h"
|
| -#include "core/include/fxcrt/fx_system.h"
|
| +#include "core/fxcrt/include/fx_string.h"
|
| +#include "core/fxcrt/include/fx_system.h"
|
|
|
| class CPDF_SimpleParser {
|
| public:
|
|
|