| Index: core/fpdfapi/parser/cfdf_document.h
|
| diff --git a/core/fpdfapi/fpdf_parser/cfdf_document.h b/core/fpdfapi/parser/cfdf_document.h
|
| similarity index 80%
|
| rename from core/fpdfapi/fpdf_parser/cfdf_document.h
|
| rename to core/fpdfapi/parser/cfdf_document.h
|
| index cd5b5b77bb124f13da4439bde01b38df7360de53..21ac62d11c5adfec384d205284abecb564783248 100644
|
| --- a/core/fpdfapi/fpdf_parser/cfdf_document.h
|
| +++ b/core/fpdfapi/parser/cfdf_document.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PARSER_CFDF_DOCUMENT_H_
|
| -#define CORE_FPDFAPI_FPDF_PARSER_CFDF_DOCUMENT_H_
|
| +#ifndef CORE_FPDFAPI_PARSER_CFDF_DOCUMENT_H_
|
| +#define CORE_FPDFAPI_PARSER_CFDF_DOCUMENT_H_
|
|
|
| -#include "core/fpdfapi/fpdf_parser/cpdf_indirect_object_holder.h"
|
| -#include "core/fpdfapi/fpdf_parser/cpdf_object.h"
|
| +#include "core/fpdfapi/parser/cpdf_indirect_object_holder.h"
|
| +#include "core/fpdfapi/parser/cpdf_object.h"
|
| #include "core/fxcrt/cfx_string_pool_template.h"
|
| #include "core/fxcrt/cfx_weak_ptr.h"
|
| #include "core/fxcrt/fx_basic.h"
|
| @@ -39,4 +39,4 @@ class CFDF_Document : public CPDF_IndirectObjectHolder {
|
| CFX_WeakPtr<CFX_ByteStringPool> m_pByteStringPool;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PARSER_CFDF_DOCUMENT_H_
|
| +#endif // CORE_FPDFAPI_PARSER_CFDF_DOCUMENT_H_
|
|
|