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