Index: xfa/fde/css/fde_cssstylesheet.cpp |
diff --git a/xfa/src/fde/css/fde_cssstylesheet.cpp b/xfa/fde/css/fde_cssstylesheet.cpp |
similarity index 98% |
rename from xfa/src/fde/css/fde_cssstylesheet.cpp |
rename to xfa/fde/css/fde_cssstylesheet.cpp |
index 9b18dd2552db09755dcd0ae0b954649658806de1..561b2f42f3a96e535997a7210910e7153498c7a3 100644 |
--- a/xfa/src/fde/css/fde_cssstylesheet.cpp |
+++ b/xfa/fde/css/fde_cssstylesheet.cpp |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fde/css/fde_cssstylesheet.h" |
+#include "xfa/fde/css/fde_cssstylesheet.h" |
-#include "xfa/src/fde/css/fde_cssdatatable.h" |
-#include "xfa/src/fde/css/fde_csssyntax.h" |
-#include "xfa/src/fgas/crt/fgas_codepage.h" |
+#include "xfa/fde/css/fde_cssdatatable.h" |
+#include "xfa/fde/css/fde_csssyntax.h" |
+#include "xfa/fgas/crt/fgas_codepage.h" |
IFDE_CSSStyleSheet* IFDE_CSSStyleSheet::LoadHTMLStandardStyleSheet() { |
static const FX_WCHAR* s_pStyle = |