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