| Index: core/fpdfapi/edit/editint.h
|
| diff --git a/core/fpdfapi/fpdf_edit/editint.h b/core/fpdfapi/edit/editint.h
|
| similarity index 93%
|
| rename from core/fpdfapi/fpdf_edit/editint.h
|
| rename to core/fpdfapi/edit/editint.h
|
| index ac10958f223d159f7311ddc1903640a86fb24565..f1f88f8b09b514e98d75dec38d7b77d5e5121395 100644
|
| --- a/core/fpdfapi/fpdf_edit/editint.h
|
| +++ b/core/fpdfapi/edit/editint.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_EDIT_EDITINT_H_
|
| -#define CORE_FPDFAPI_FPDF_EDIT_EDITINT_H_
|
| +#ifndef CORE_FPDFAPI_EDIT_EDITINT_H_
|
| +#define CORE_FPDFAPI_EDIT_EDITINT_H_
|
|
|
| #include <vector>
|
|
|
| @@ -74,4 +74,4 @@ class CPDF_XRefStream {
|
| CFX_ByteTextBuf m_Buffer;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_EDIT_EDITINT_H_
|
| +#endif // CORE_FPDFAPI_EDIT_EDITINT_H_
|
|
|