| Index: core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| diff --git a/core/fpdfapi/fpdf_edit/include/cpdf_creator.h b/core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| similarity index 94%
|
| rename from core/fpdfapi/fpdf_edit/include/cpdf_creator.h
|
| rename to core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| index d922e216ff0cfdf64bf05a659fccfc8e7f2713d6..ec2536f01cd2c247222332ded66185404b510a23 100644
|
| --- a/core/fpdfapi/fpdf_edit/include/cpdf_creator.h
|
| +++ b/core/fpdfapi/fpdf_edit/cpdf_creator.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_EDIT_INCLUDE_CPDF_CREATOR_H_
|
| -#define CORE_FPDFAPI_FPDF_EDIT_INCLUDE_CPDF_CREATOR_H_
|
| +#ifndef CORE_FPDFAPI_FPDF_EDIT_CPDF_CREATOR_H_
|
| +#define CORE_FPDFAPI_FPDF_EDIT_CPDF_CREATOR_H_
|
|
|
| #include <memory>
|
|
|
| @@ -98,4 +98,4 @@ class CPDF_Creator {
|
| int32_t m_FileVersion;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_EDIT_INCLUDE_CPDF_CREATOR_H_
|
| +#endif // CORE_FPDFAPI_FPDF_EDIT_CPDF_CREATOR_H_
|
|
|