| Index: core/fpdfapi/font/cpdf_fontencoding.h
|
| diff --git a/core/fpdfapi/fpdf_font/cpdf_fontencoding.h b/core/fpdfapi/font/cpdf_fontencoding.h
|
| similarity index 91%
|
| rename from core/fpdfapi/fpdf_font/cpdf_fontencoding.h
|
| rename to core/fpdfapi/font/cpdf_fontencoding.h
|
| index f8db9e5ea754075d880b0a5776f2ae42ce64f41f..a81035c82503f9057188846a39594b2ab97b6811 100644
|
| --- a/core/fpdfapi/fpdf_font/cpdf_fontencoding.h
|
| +++ b/core/fpdfapi/font/cpdf_fontencoding.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FPDFAPI_FPDF_FONT_CPDF_FONTENCODING_H_
|
| -#define CORE_FPDFAPI_FPDF_FONT_CPDF_FONTENCODING_H_
|
| +#ifndef CORE_FPDFAPI_FONT_CPDF_FONTENCODING_H_
|
| +#define CORE_FPDFAPI_FONT_CPDF_FONTENCODING_H_
|
|
|
| #include "core/fxcrt/cfx_string_pool_template.h"
|
| #include "core/fxcrt/cfx_weak_ptr.h"
|
| @@ -58,4 +58,4 @@ class CPDF_FontEncoding {
|
| FX_WCHAR m_Unicodes[256];
|
| };
|
|
|
| -#endif // CORE_FPDFAPI_FPDF_FONT_CPDF_FONTENCODING_H_
|
| +#endif // CORE_FPDFAPI_FONT_CPDF_FONTENCODING_H_
|
|
|