| Index: xfa/fwl/core/fwl_error.h
 | 
| diff --git a/xfa/include/fwl/core/fwl_error.h b/xfa/fwl/core/fwl_error.h
 | 
| similarity index 81%
 | 
| rename from xfa/include/fwl/core/fwl_error.h
 | 
| rename to xfa/fwl/core/fwl_error.h
 | 
| index 8b4c8f4bc6d08906df184b37fa1e2e66ea482ac6..92a483f4e8c34cc5b5ea0e866c8b0883658e57e2 100644
 | 
| --- a/xfa/include/fwl/core/fwl_error.h
 | 
| +++ b/xfa/fwl/core/fwl_error.h
 | 
| @@ -4,8 +4,8 @@
 | 
|  
 | 
|  // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
 | 
|  
 | 
| -#ifndef XFA_INCLUDE_FWL_CORE_FWL_ERROR_H_
 | 
| -#define XFA_INCLUDE_FWL_CORE_FWL_ERROR_H_
 | 
| +#ifndef XFA_FWL_CORE_FWL_ERROR_H_
 | 
| +#define XFA_FWL_CORE_FWL_ERROR_H_
 | 
|  
 | 
|  #include <stdint.h>
 | 
|  
 | 
| @@ -19,4 +19,4 @@ typedef int32_t FWL_ERR;
 | 
|  #define FWL_ERR_Method_Not_Supported -400
 | 
|  #define FWL_ERR_Out_Of_Memory -500
 | 
|  
 | 
| -#endif  // XFA_INCLUDE_FWL_CORE_FWL_ERROR_H_
 | 
| +#endif  // XFA_FWL_CORE_FWL_ERROR_H_
 | 
| 
 |