| Index: core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_string.cpp b/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| index b18d48434749498f15a10dafb6feb060f91017f3..4b42b8c22b9ccf2645a56bb007587484705dd4e7 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| +++ b/core/fpdfapi/fpdf_parser/cpdf_string.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/fpdfapi/fpdf_parser/include/cpdf_string.h"
|
| +#include "core/fpdfapi/fpdf_parser/cpdf_string.h"
|
|
|
| -#include "core/fpdfapi/fpdf_parser/include/fpdf_parser_decode.h"
|
| +#include "core/fpdfapi/fpdf_parser/fpdf_parser_decode.h"
|
|
|
| CPDF_String::CPDF_String() : m_bHex(FALSE) {}
|
|
|
|
|