| Index: core/fpdfapi/render/cpdf_type3glyphs.h
|
| diff --git a/core/fpdfapi/fpdf_render/cpdf_type3glyphs.h b/core/fpdfapi/render/cpdf_type3glyphs.h
|
| similarity index 81%
|
| rename from core/fpdfapi/fpdf_render/cpdf_type3glyphs.h
|
| rename to core/fpdfapi/render/cpdf_type3glyphs.h
|
| index c88d179b8bd9fe08f4eb29f586846db27b960241..00814d5b3bfa2cbd3e045f20bb7523adf2193e6f 100644
|
| --- a/core/fpdfapi/fpdf_render/cpdf_type3glyphs.h
|
| +++ b/core/fpdfapi/render/cpdf_type3glyphs.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_RENDER_CPDF_TYPE3GLYPHS_H_
|
| -#define CORE_FPDFAPI_FPDF_RENDER_CPDF_TYPE3GLYPHS_H_
|
| +#ifndef CORE_FPDFAPI_RENDER_CPDF_TYPE3GLYPHS_H_
|
| +#define CORE_FPDFAPI_RENDER_CPDF_TYPE3GLYPHS_H_
|
|
|
| #include <map>
|
|
|
| @@ -32,4 +32,4 @@ class CPDF_Type3Glyphs {
|
| int m_BottomBlueCount;
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_RENDER_CPDF_TYPE3GLYPHS_H_
|
| +#endif // CORE_FPDFAPI_RENDER_CPDF_TYPE3GLYPHS_H_
|
|
|