| Index: core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h
|
| diff --git a/core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h b/core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h
|
| similarity index 85%
|
| rename from core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h
|
| rename to core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h
|
| index adcac171a5cf0003c68e1ef2e229a390b8309b27..d5a69caef867f65efc1d5c91e20ae3ac89dc49b1 100644
|
| --- a/core/fpdfapi/fpdf_edit/include/cpdf_pagecontentgenerator.h
|
| +++ b/core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_EDIT_INCLUDE_CPDF_PAGECONTENTGENERATOR_H_
|
| -#define CORE_FPDFAPI_FPDF_EDIT_INCLUDE_CPDF_PAGECONTENTGENERATOR_H_
|
| +#ifndef CORE_FPDFAPI_FPDF_EDIT_CPDF_PAGECONTENTGENERATOR_H_
|
| +#define CORE_FPDFAPI_FPDF_EDIT_CPDF_PAGECONTENTGENERATOR_H_
|
|
|
| #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h"
|
| #include "core/fxcrt/include/fx_basic.h"
|
| @@ -40,4 +40,4 @@ class CPDF_PageContentGenerator {
|
| CFX_ArrayTemplate<CPDF_PageObject*> m_pageObjects;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_EDIT_INCLUDE_CPDF_PAGECONTENTGENERATOR_H_
|
| +#endif // CORE_FPDFAPI_FPDF_EDIT_CPDF_PAGECONTENTGENERATOR_H_
|
|
|