From 398a43d83174d75366da57726ff81f199f04e24c Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 23 Mar 2016 15:51:01 -0400 Subject: Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. This CL moves and splits the FWL files from the core and basewidget directories into the non-include folders. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1827923002 . --- fpdfsdk/include/fpdfxfa/DEPS | 3 +++ fpdfsdk/include/fpdfxfa/fpdfxfa_util.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 fpdfsdk/include/fpdfxfa/DEPS (limited to 'fpdfsdk/include') diff --git a/fpdfsdk/include/fpdfxfa/DEPS b/fpdfsdk/include/fpdfxfa/DEPS new file mode 100644 index 0000000000..f207778cb2 --- /dev/null +++ b/fpdfsdk/include/fpdfxfa/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + "+xfa/fwl/core/include", +] diff --git a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h index 545d910206..f4c73c65c2 100644 --- a/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h +++ b/fpdfsdk/include/fpdfxfa/fpdfxfa_util.h @@ -10,7 +10,7 @@ #include #include "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h" -#include "xfa/include/fwl/adapter/fwl_adaptertimermgr.h" +#include "xfa/fwl/core/include/ifwl_adaptertimermgr.h" #define JS_STR_VIEWERTYPE_STANDARD L"Exchange" #define JS_STR_LANGUANGE L"ENU" -- cgit v1.2.3