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