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