| Index: core/fpdfdoc/cpdf_occontext.h
|
| diff --git a/core/fpdfdoc/include/cpdf_occontext.h b/core/fpdfdoc/cpdf_occontext.h
|
| similarity index 89%
|
| rename from core/fpdfdoc/include/cpdf_occontext.h
|
| rename to core/fpdfdoc/cpdf_occontext.h
|
| index 38e81705e50c8dae85f3db8a3bd36eefff21495c..5c850b9400bf56b762f4fd80e373cb4890839369 100644
|
| --- a/core/fpdfdoc/include/cpdf_occontext.h
|
| +++ b/core/fpdfdoc/cpdf_occontext.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFDOC_INCLUDE_CPDF_OCCONTEXT_H_
|
| -#define CORE_FPDFDOC_INCLUDE_CPDF_OCCONTEXT_H_
|
| +#ifndef CORE_FPDFDOC_CPDF_OCCONTEXT_H_
|
| +#define CORE_FPDFDOC_CPDF_OCCONTEXT_H_
|
|
|
| #include <unordered_map>
|
|
|
| @@ -39,4 +39,4 @@ class CPDF_OCContext {
|
| std::unordered_map<const CPDF_Dictionary*, bool> m_OCGStates;
|
| };
|
|
|
| -#endif // CORE_FPDFDOC_INCLUDE_CPDF_OCCONTEXT_H_
|
| +#endif // CORE_FPDFDOC_CPDF_OCCONTEXT_H_
|
|
|