| Index: core/fpdfdoc/fpdf_tagged.h
|
| diff --git a/core/fpdfdoc/include/fpdf_tagged.h b/core/fpdfdoc/fpdf_tagged.h
|
| similarity index 95%
|
| rename from core/fpdfdoc/include/fpdf_tagged.h
|
| rename to core/fpdfdoc/fpdf_tagged.h
|
| index 43d69e8db92585622961d5d5400a1856714b2314..da05b79674cdc12b27dde41f22828b2a516d6ae5 100644
|
| --- a/core/fpdfdoc/include/fpdf_tagged.h
|
| +++ b/core/fpdfdoc/fpdf_tagged.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFDOC_INCLUDE_FPDF_TAGGED_H_
|
| -#define CORE_FPDFDOC_INCLUDE_FPDF_TAGGED_H_
|
| +#ifndef CORE_FPDFDOC_FPDF_TAGGED_H_
|
| +#define CORE_FPDFDOC_FPDF_TAGGED_H_
|
|
|
| #include "core/fxge/include/fx_dib.h"
|
|
|
| @@ -90,4 +90,4 @@ class IPDF_StructElement {
|
| int subindex = -1) = 0;
|
| };
|
|
|
| -#endif // CORE_FPDFDOC_INCLUDE_FPDF_TAGGED_H_
|
| +#endif // CORE_FPDFDOC_FPDF_TAGGED_H_
|
|
|