diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 20:20:24 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 20:20:24 -0700 |
commit | 5b4930967676088f2f0e5ce3b25aed77831d678c (patch) | |
tree | 12f6dc7c0a0ee471f11ec8d9b52691e846076b3a /xfa/fwl/core | |
parent | 202ad7238489934ba0c64760de5f95782b36a213 (diff) | |
download | pdfium-5b4930967676088f2f0e5ce3b25aed77831d678c.tar.xz |
Move xfa/fxfa/include to xfa/fxfa
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2383593002
Diffstat (limited to 'xfa/fwl/core')
-rw-r--r-- | xfa/fwl/core/cfwl_widgetmgr.cpp | 2 | ||||
-rw-r--r-- | xfa/fwl/core/fwl_timerimp.cpp | 2 | ||||
-rw-r--r-- | xfa/fwl/core/fwl_widgetimp.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xfa/fwl/core/cfwl_widgetmgr.cpp b/xfa/fwl/core/cfwl_widgetmgr.cpp index b4f3a864bf..db1035005f 100644 --- a/xfa/fwl/core/cfwl_widgetmgr.cpp +++ b/xfa/fwl/core/cfwl_widgetmgr.cpp @@ -13,7 +13,7 @@ #include "xfa/fwl/core/ifwl_app.h" #include "xfa/fwl/core/ifwl_form.h" #include "xfa/fxfa/app/xfa_fwladapter.h" -#include "xfa/fxfa/include/xfa_ffapp.h" +#include "xfa/fxfa/xfa_ffapp.h" namespace { diff --git a/xfa/fwl/core/fwl_timerimp.cpp b/xfa/fwl/core/fwl_timerimp.cpp index 0fcbc24b01..a46469391d 100644 --- a/xfa/fwl/core/fwl_timerimp.cpp +++ b/xfa/fwl/core/fwl_timerimp.cpp @@ -8,7 +8,7 @@ #include "xfa/fwl/core/ifwl_adaptertimermgr.h" #include "xfa/fwl/core/ifwl_app.h" #include "xfa/fwl/core/ifwl_timer.h" -#include "xfa/fxfa/include/xfa_ffapp.h" +#include "xfa/fxfa/xfa_ffapp.h" IFWL_TimerInfo* IFWL_Timer::StartTimer(uint32_t dwElapse, bool bImmediately) { CXFA_FFApp* pAdapterNative = FWL_GetAdapterNative(); diff --git a/xfa/fwl/core/fwl_widgetimp.cpp b/xfa/fwl/core/fwl_widgetimp.cpp index 3aa6233ae5..a7338b18a6 100644 --- a/xfa/fwl/core/fwl_widgetimp.cpp +++ b/xfa/fwl/core/fwl_widgetimp.cpp @@ -21,7 +21,7 @@ #include "xfa/fwl/core/ifwl_form.h" #include "xfa/fwl/core/ifwl_themeprovider.h" #include "xfa/fwl/core/ifwl_widget.h" -#include "xfa/fxfa/include/xfa_ffapp.h" +#include "xfa/fxfa/xfa_ffapp.h" #define FWL_STYLEEXT_MNU_Vert (1L << 0) |