| Index: core/fpdfapi/parser/cpdf_syntax_parser.h
 | 
| diff --git a/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h b/core/fpdfapi/parser/cpdf_syntax_parser.h
 | 
| similarity index 94%
 | 
| rename from core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
 | 
| rename to core/fpdfapi/parser/cpdf_syntax_parser.h
 | 
| index 3a9f1b473a1a1ea2173f4ec4812fd126fe7dcedf..444a94bde15c3a4eb5abf21ef43fd4fb8166f24a 100644
 | 
| --- a/core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h
 | 
| +++ b/core/fpdfapi/parser/cpdf_syntax_parser.h
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#ifndef CORE_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
 | 
| -#define CORE_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
 | 
| +#ifndef CORE_FPDFAPI_PARSER_CPDF_SYNTAX_PARSER_H_
 | 
| +#define CORE_FPDFAPI_PARSER_CPDF_SYNTAX_PARSER_H_
 | 
|  
 | 
|  #include <memory>
 | 
|  
 | 
| @@ -98,4 +98,4 @@ class CPDF_SyntaxParser {
 | 
|    CFX_WeakPtr<CFX_ByteStringPool> m_pPool;
 | 
|  };
 | 
|  
 | 
| -#endif  // CORE_FPDFAPI_FPDF_PARSER_CPDF_SYNTAX_PARSER_H_
 | 
| +#endif  // CORE_FPDFAPI_PARSER_CPDF_SYNTAX_PARSER_H_
 | 
| 
 |