| Index: core/fpdfapi/render/cpdf_type3cache.h
|
| diff --git a/core/fpdfapi/fpdf_render/cpdf_type3cache.h b/core/fpdfapi/render/cpdf_type3cache.h
|
| similarity index 87%
|
| rename from core/fpdfapi/fpdf_render/cpdf_type3cache.h
|
| rename to core/fpdfapi/render/cpdf_type3cache.h
|
| index ea4b5a14087627ccc8e3fbfb96677d7b85971212..f74a43acc5702d3fbe60c9ab99c1821ad31a2914 100644
|
| --- a/core/fpdfapi/fpdf_render/cpdf_type3cache.h
|
| +++ b/core/fpdfapi/render/cpdf_type3cache.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_RENDER_CPDF_TYPE3CACHE_H_
|
| -#define CORE_FPDFAPI_FPDF_RENDER_CPDF_TYPE3CACHE_H_
|
| +#ifndef CORE_FPDFAPI_RENDER_CPDF_TYPE3CACHE_H_
|
| +#define CORE_FPDFAPI_RENDER_CPDF_TYPE3CACHE_H_
|
|
|
| #include <map>
|
|
|
| @@ -37,4 +37,4 @@ class CPDF_Type3Cache {
|
| std::map<CFX_ByteString, CPDF_Type3Glyphs*> m_SizeMap;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_RENDER_CPDF_TYPE3CACHE_H_
|
| +#endif // CORE_FPDFAPI_RENDER_CPDF_TYPE3CACHE_H_
|
|
|