| Index: core/fpdfapi/parser/fpdf_parser_utility.h
 | 
| diff --git a/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h b/core/fpdfapi/parser/fpdf_parser_utility.h
 | 
| similarity index 85%
 | 
| rename from core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
 | 
| rename to core/fpdfapi/parser/fpdf_parser_utility.h
 | 
| index 98bffa7e7c84542da20fe3d0d97332a5f85eb851..4c0187ed4a14c95e8cb88587079c2afcbb37f5d1 100644
 | 
| --- a/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
 | 
| +++ b/core/fpdfapi/parser/fpdf_parser_utility.h
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#ifndef CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
 | 
| -#define CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
 | 
| +#ifndef CORE_FPDFAPI_PARSER_FPDF_PARSER_UTILITY_H_
 | 
| +#define CORE_FPDFAPI_PARSER_FPDF_PARSER_UTILITY_H_
 | 
|  
 | 
|  #include "core/fxcrt/fx_string.h"
 | 
|  #include "core/fxcrt/fx_system.h"
 | 
| @@ -36,4 +36,4 @@ inline bool PDFCharIsLineEnding(uint8_t c) {
 | 
|  int32_t GetHeaderOffset(IFX_FileRead* pFile);
 | 
|  int32_t GetDirectInteger(CPDF_Dictionary* pDict, const CFX_ByteString& key);
 | 
|  
 | 
| -#endif  // CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
 | 
| +#endif  // CORE_FPDFAPI_PARSER_FPDF_PARSER_UTILITY_H_
 | 
| 
 |