| Index: core/fpdftext/cpdf_textpage.h
|
| diff --git a/core/fpdftext/include/cpdf_textpage.h b/core/fpdftext/cpdf_textpage.h
|
| similarity index 97%
|
| rename from core/fpdftext/include/cpdf_textpage.h
|
| rename to core/fpdftext/cpdf_textpage.h
|
| index 64b1613e7ea300fb2f84604e58668cfd9552b594..46fcafa6c013caec68cfd492e406addd23e4debe 100644
|
| --- a/core/fpdftext/include/cpdf_textpage.h
|
| +++ b/core/fpdftext/cpdf_textpage.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGE_H_
|
| -#define CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGE_H_
|
| +#ifndef CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
|
| +#define CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
|
|
|
| #include <deque>
|
| #include <vector>
|
| @@ -178,4 +178,4 @@ class CPDF_TextPage {
|
| CFX_FloatRect m_CurlineRect;
|
| };
|
|
|
| -#endif // CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGE_H_
|
| +#endif // CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
|
|
|