From 6f6388fee1fdb4bec57549fe87a0833b2b20bebe Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 8 Mar 2016 12:16:00 -0500 Subject: Remove xfa/src/fwl/src and move code up a level. This Cl moves the xfa/src/fwl/src code up to the previously empty parent directory and removes xfa/src/fwl/src. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1770953004 . --- xfa/include/fwl/core/fwl_content.h | 2 +- xfa/include/fwl/core/fwl_panel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/include/fwl/core') diff --git a/xfa/include/fwl/core/fwl_content.h b/xfa/include/fwl/core/fwl_content.h index 687392e101..5801bd3374 100644 --- a/xfa/include/fwl/core/fwl_content.h +++ b/xfa/include/fwl/core/fwl_content.h @@ -7,7 +7,7 @@ #ifndef XFA_INCLUDE_FWL_CORE_FWL_CONTENT_H_ #define XFA_INCLUDE_FWL_CORE_FWL_CONTENT_H_ -#include "xfa/src/fwl/src/core/fwl_widgetimp.h" +#include "xfa/src/fwl/core/fwl_widgetimp.h" class IFWL_Content : public IFWL_Widget { public: diff --git a/xfa/include/fwl/core/fwl_panel.h b/xfa/include/fwl/core/fwl_panel.h index 6e785ba98d..462112c6be 100644 --- a/xfa/include/fwl/core/fwl_panel.h +++ b/xfa/include/fwl/core/fwl_panel.h @@ -7,7 +7,7 @@ #ifndef XFA_INCLUDE_FWL_CORE_FWL_PANEL_H_ #define XFA_INCLUDE_FWL_CORE_FWL_PANEL_H_ -#include "xfa/src/fwl/src/core/fwl_widgetimp.h" +#include "xfa/src/fwl/core/fwl_widgetimp.h" class IFWL_Content; -- cgit v1.2.3