Chromium Code Reviews

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

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: xfa/fgas/crt/fgas_algorithm.h
diff --git a/xfa/src/fgas/crt/fgas_algorithm.h b/xfa/fgas/crt/fgas_algorithm.h
similarity index 91%
rename from xfa/src/fgas/crt/fgas_algorithm.h
rename to xfa/fgas/crt/fgas_algorithm.h
index f819716820178241807342e88af7f72de2b9dafd..662b1b62a99b11376c6868e7d8e2cbb405c6f4ef 100644
--- a/xfa/src/fgas/crt/fgas_algorithm.h
+++ b/xfa/fgas/crt/fgas_algorithm.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FGAS_CRT_FGAS_ALGORITHM_H_
-#define XFA_SRC_FGAS_CRT_FGAS_ALGORITHM_H_
+#ifndef XFA_FGAS_CRT_FGAS_ALGORITHM_H_
+#define XFA_FGAS_CRT_FGAS_ALGORITHM_H_
#include <cstdint>
@@ -51,4 +51,4 @@ class CFX_DSPATemplate {
}
};
-#endif // XFA_SRC_FGAS_CRT_FGAS_ALGORITHM_H_
+#endif // XFA_FGAS_CRT_FGAS_ALGORITHM_H_

Powered by Google App Engine