Index: xfa/fxfa/app/xfa_ffpageview.cpp |
diff --git a/xfa/src/fxfa/app/xfa_ffpageview.cpp b/xfa/fxfa/app/xfa_ffpageview.cpp |
similarity index 96% |
rename from xfa/src/fxfa/app/xfa_ffpageview.cpp |
rename to xfa/fxfa/app/xfa_ffpageview.cpp |
index ba4c9709eb6e6ff998a4bd66c2775d8a886488d3..1bc168187c45e3ed4a31c6890cb48df16bfc8bfe 100644 |
--- a/xfa/src/fxfa/app/xfa_ffpageview.cpp |
+++ b/xfa/fxfa/app/xfa_ffpageview.cpp |
@@ -4,19 +4,19 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#include "xfa/src/fxfa/app/xfa_ffpageview.h" |
+#include "xfa/fxfa/app/xfa_ffpageview.h" |
-#include "xfa/src/fde/fde_render.h" |
-#include "xfa/src/fxfa/app/xfa_ffcheckbutton.h" |
-#include "xfa/src/fxfa/app/xfa_ffchoicelist.h" |
-#include "xfa/src/fxfa/app/xfa_ffdoc.h" |
-#include "xfa/src/fxfa/app/xfa_ffdocview.h" |
-#include "xfa/src/fxfa/app/xfa_fffield.h" |
-#include "xfa/src/fxfa/app/xfa_ffimageedit.h" |
-#include "xfa/src/fxfa/app/xfa_ffpushbutton.h" |
-#include "xfa/src/fxfa/app/xfa_fftextedit.h" |
-#include "xfa/src/fxfa/app/xfa_ffwidget.h" |
-#include "xfa/src/fxfa/app/xfa_fwladapter.h" |
+#include "xfa/fde/fde_render.h" |
+#include "xfa/fxfa/app/xfa_ffcheckbutton.h" |
+#include "xfa/fxfa/app/xfa_ffchoicelist.h" |
+#include "xfa/fxfa/app/xfa_ffdoc.h" |
+#include "xfa/fxfa/app/xfa_ffdocview.h" |
+#include "xfa/fxfa/app/xfa_fffield.h" |
+#include "xfa/fxfa/app/xfa_ffimageedit.h" |
+#include "xfa/fxfa/app/xfa_ffpushbutton.h" |
+#include "xfa/fxfa/app/xfa_fftextedit.h" |
+#include "xfa/fxfa/app/xfa_ffwidget.h" |
+#include "xfa/fxfa/app/xfa_fwladapter.h" |
CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea) |
: CXFA_ContainerLayoutItem(pPageArea), |