Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Unified Diff: xfa/fgas/crt/fgas_system.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fgas/crt/fgas_stream.cpp ('k') | xfa/fgas/crt/fgas_system.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « xfa/fgas/crt/fgas_stream.cpp ('k') | xfa/fgas/crt/fgas_system.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698