| Index: core/fpdfapi/parser/cpdf_document.h
|
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_document.h b/core/fpdfapi/parser/cpdf_document.h
|
| similarity index 94%
|
| rename from core/fpdfapi/fpdf_parser/cpdf_document.h
|
| rename to core/fpdfapi/parser/cpdf_document.h
|
| index 9ae43f7e03f15740873fabf57ce78677c7393ecd..83ceb77b08eaca99d32a138a2f7e852527d3c73e 100644
|
| --- a/core/fpdfapi/fpdf_parser/cpdf_document.h
|
| +++ b/core/fpdfapi/parser/cpdf_document.h
|
| @@ -4,14 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PARSER_CPDF_DOCUMENT_H_
|
| -#define CORE_FPDFAPI_FPDF_PARSER_CPDF_DOCUMENT_H_
|
| +#ifndef CORE_FPDFAPI_PARSER_CPDF_DOCUMENT_H_
|
| +#define CORE_FPDFAPI_PARSER_CPDF_DOCUMENT_H_
|
|
|
| #include <functional>
|
| #include <memory>
|
|
|
| -#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/fpdfdoc/cpdf_linklist.h"
|
| #include "core/fxcrt/cfx_string_pool_template.h"
|
| #include "core/fxcrt/cfx_weak_ptr.h"
|
| @@ -142,4 +142,4 @@ class CPDF_Document : public CPDF_IndirectObjectHolder {
|
| CFX_WeakPtr<CFX_ByteStringPool> m_pByteStringPool;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PARSER_CPDF_DOCUMENT_H_
|
| +#endif // CORE_FPDFAPI_PARSER_CPDF_DOCUMENT_H_
|
|
|