From 2e95951e06bd4d11459fb257c7c2b8fc881854e8 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 9 Mar 2016 15:33:14 -0500 Subject: Cleanup the xfa/src/fdp directory. This CL renames xfa/src/fdp to xfa/src/fde to better match all of the content (nothing mentions fdp other then the directory name). The inner src/ and include/ folders are collapsed up a level and xfa/src/fdp/src/fde is moved up to xfa/src/fde. Some of the header moves conflicted with existing headers. In that case, the existing header had the content moved into the .cpp file and we replaced the existing header with the one from include/. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1784543002 . --- xfa/src/fxfa/app/xfa_textlayout.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xfa/src/fxfa/app/xfa_textlayout.h') diff --git a/xfa/src/fxfa/app/xfa_textlayout.h b/xfa/src/fxfa/app/xfa_textlayout.h index 90d33737eb..bcace9d9d6 100644 --- a/xfa/src/fxfa/app/xfa_textlayout.h +++ b/xfa/src/fxfa/app/xfa_textlayout.h @@ -7,9 +7,9 @@ #ifndef XFA_SRC_FXFA_APP_XFA_TEXTLAYOUT_H_ #define XFA_SRC_FXFA_APP_XFA_TEXTLAYOUT_H_ -#include "xfa/src/fdp/include/fde_brs.h" -#include "xfa/src/fdp/include/fde_css.h" -#include "xfa/src/fdp/include/fde_rdv.h" +#include "xfa/src/fde/css/fde_css.h" +#include "xfa/src/fde/fde_brush.h" +#include "xfa/src/fde/fde_renderdevice.h" #include "xfa/src/fgas/layout/fgas_rtfbreak.h" #include "xfa/src/fxfa/app/xfa_ffdoc.h" #include "xfa/src/fxfa/parser/xfa_object.h" -- cgit v1.2.3