summaryrefslogtreecommitdiff
path: root/xfa/src/fwl/basewidget/fwl_editimp.cpp
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-09 13:16:17 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-03-09 13:16:17 -0500
commitf1fa151e146d70c5e031726581e176a8c7d0d579 (patch)
treed50e40ce3925aa41d5139f541facda7ed381a109 /xfa/src/fwl/basewidget/fwl_editimp.cpp
parentc76831bb60d3c938b82a64a45f6b2af5b5f24bed (diff)
downloadpdfium-f1fa151e146d70c5e031726581e176a8c7d0d579.tar.xz
Collapse xfa/src/fee directorieschromium/2674chromium/2673
This CL moves xfa/src/fee/src/fee up to xfa/src/fee and moves the xfa/src/fee/include files up to xfa/src/fee. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1778633003 .
Diffstat (limited to 'xfa/src/fwl/basewidget/fwl_editimp.cpp')
-rw-r--r--xfa/src/fwl/basewidget/fwl_editimp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fwl/basewidget/fwl_editimp.cpp b/xfa/src/fwl/basewidget/fwl_editimp.cpp
index d60bc11aa5..6c802ff24f 100644
--- a/xfa/src/fwl/basewidget/fwl_editimp.cpp
+++ b/xfa/src/fwl/basewidget/fwl_editimp.cpp
@@ -14,7 +14,7 @@
#include "xfa/include/fwl/core/fwl_theme.h"
#include "xfa/src/fdp/include/fde_rdr.h"
#include "xfa/src/fdp/include/fde_rdv.h"
-#include "xfa/src/fee/include/ifde_txtedtpage.h"
+#include "xfa/src/fee/ifde_txtedtpage.h"
#include "xfa/src/fwl/basewidget/fwl_caretimp.h"
#include "xfa/src/fwl/basewidget/fwl_comboboximp.h"
#include "xfa/src/fwl/basewidget/fwl_scrollbarimp.h"