Index: xfa/fgas/crt/fgas_system.h |
diff --git a/xfa/src/fgas/crt/fgas_system.h b/xfa/fgas/crt/fgas_system.h |
similarity index 84% |
rename from xfa/src/fgas/crt/fgas_system.h |
rename to xfa/fgas/crt/fgas_system.h |
index fb5a88efb50f40a8d99f49ca3cb207e7f7bf4865..4335c355412d346ced3f4b6b205e4b6073ebc9e2 100644 |
--- a/xfa/src/fgas/crt/fgas_system.h |
+++ b/xfa/fgas/crt/fgas_system.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FGAS_CRT_FGAS_SYSTEM_H_ |
-#define XFA_SRC_FGAS_CRT_FGAS_SYSTEM_H_ |
+#ifndef XFA_FGAS_CRT_FGAS_SYSTEM_H_ |
+#define XFA_FGAS_CRT_FGAS_SYSTEM_H_ |
#include "core/include/fxcrt/fx_system.h" |
@@ -20,4 +20,4 @@ int32_t FX_wcsnicmp(const FX_WCHAR* s1, const FX_WCHAR* s2, size_t count); |
int32_t FX_filelength(FXSYS_FILE* file); |
FX_BOOL FX_fsetsize(FXSYS_FILE* file, int32_t size); |
-#endif // XFA_SRC_FGAS_CRT_FGAS_SYSTEM_H_ |
+#endif // XFA_FGAS_CRT_FGAS_SYSTEM_H_ |