| Index: core/include/fxcrt/fx_system.h
|
| diff --git a/core/include/fxcrt/fx_system.h b/core/include/fxcrt/fx_system.h
|
| index 53789581d730fee712fe33c1796c0c362714822e..5fe3453626d7106c4e033f129815069fc1606cde 100644
|
| --- a/core/include/fxcrt/fx_system.h
|
| +++ b/core/include/fxcrt/fx_system.h
|
| @@ -160,7 +160,7 @@ FXSYS_FILE* FXSYS_wfopen(const FX_WCHAR* filename, const FX_WCHAR* mode);
|
|
|
| #ifdef __cplusplus
|
| } // extern "C"
|
| -#include "../../../third_party/base/numerics/safe_conversions.h"
|
| +#include "third_party/base/numerics/safe_conversions.h"
|
| #define FXSYS_strlen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(strlen(ptr))
|
| #define FXSYS_wcslen(ptr) pdfium::base::checked_cast<FX_STRSIZE>(wcslen(ptr))
|
| extern "C" {
|
|
|