Index: xfa/fgas/crt/fgas_stream.h |
diff --git a/xfa/src/fgas/crt/fgas_stream.h b/xfa/fgas/crt/fgas_stream.h |
similarity index 96% |
rename from xfa/src/fgas/crt/fgas_stream.h |
rename to xfa/fgas/crt/fgas_stream.h |
index cc40a76cc626f83e2093fb3cf56b0f4015479be9..e083886ec731c3a53c6af54a0ab2c801b89d8ce5 100644 |
--- a/xfa/src/fgas/crt/fgas_stream.h |
+++ b/xfa/fgas/crt/fgas_stream.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FGAS_CRT_FGAS_STREAM_H_ |
-#define XFA_SRC_FGAS_CRT_FGAS_STREAM_H_ |
+#ifndef XFA_FGAS_CRT_FGAS_STREAM_H_ |
+#define XFA_FGAS_CRT_FGAS_STREAM_H_ |
#include "core/include/fxcrt/fx_stream.h" |
#include "core/include/fxcrt/fx_system.h" |
@@ -75,4 +75,4 @@ class IFX_Stream { |
int32_t iLength) = 0; |
}; |
-#endif // XFA_SRC_FGAS_CRT_FGAS_STREAM_H_ |
+#endif // XFA_FGAS_CRT_FGAS_STREAM_H_ |