| Index: core/fpdfapi/cpdf_modulemgr.h
|
| diff --git a/core/fpdfapi/include/cpdf_modulemgr.h b/core/fpdfapi/cpdf_modulemgr.h
|
| similarity index 93%
|
| rename from core/fpdfapi/include/cpdf_modulemgr.h
|
| rename to core/fpdfapi/cpdf_modulemgr.h
|
| index 6e003854801c0242a61b6c293f6d66751ab79e34..cd7561a1f983c1407ab680b055e62efdf08ff979 100644
|
| --- a/core/fpdfapi/include/cpdf_modulemgr.h
|
| +++ b/core/fpdfapi/cpdf_modulemgr.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_INCLUDE_CPDF_MODULEMGR_H_
|
| -#define CORE_FPDFAPI_INCLUDE_CPDF_MODULEMGR_H_
|
| +#ifndef CORE_FPDFAPI_CPDF_MODULEMGR_H_
|
| +#define CORE_FPDFAPI_CPDF_MODULEMGR_H_
|
|
|
| #include <memory>
|
|
|
| @@ -73,4 +73,4 @@ class CPDF_ModuleMgr {
|
| std::unique_ptr<CFSDK_UnsupportInfo_Adapter> m_pUnsupportInfoAdapter;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_INCLUDE_CPDF_MODULEMGR_H_
|
| +#endif // CORE_FPDFAPI_CPDF_MODULEMGR_H_
|
|
|