| Index: core/fpdfapi/page/cpdf_psengine.h
|
| diff --git a/core/fpdfapi/fpdf_page/cpdf_psengine.h b/core/fpdfapi/page/cpdf_psengine.h
|
| similarity index 92%
|
| rename from core/fpdfapi/fpdf_page/cpdf_psengine.h
|
| rename to core/fpdfapi/page/cpdf_psengine.h
|
| index 81e3204fc334ecf52f06ad36777ce1e3f6e3a269..d3eec6629cc4b2757ba300356b29cf055d88f3ed 100644
|
| --- a/core/fpdfapi/fpdf_page/cpdf_psengine.h
|
| +++ b/core/fpdfapi/page/cpdf_psengine.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_PSENGINE_H_
|
| -#define CORE_FPDFAPI_FPDF_PAGE_CPDF_PSENGINE_H_
|
| +#ifndef CORE_FPDFAPI_PAGE_CPDF_PSENGINE_H_
|
| +#define CORE_FPDFAPI_PAGE_CPDF_PSENGINE_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -98,4 +98,4 @@ class CPDF_PSEngine {
|
| CPDF_PSProc m_MainProc;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_PSENGINE_H_
|
| +#endif // CORE_FPDFAPI_PAGE_CPDF_PSENGINE_H_
|
|
|