summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/core
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-08 12:16:00 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-03-08 12:16:00 -0500
commit6f6388fee1fdb4bec57549fe87a0833b2b20bebe (patch)
tree425b282da710e43904ebc68bf098a88cd2676397 /xfa/include/fwl/core
parent71568591f4df8cc2d02fbd5544b0b0cc2b8f55e8 (diff)
downloadpdfium-6f6388fee1fdb4bec57549fe87a0833b2b20bebe.tar.xz
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 .
Diffstat (limited to 'xfa/include/fwl/core')
-rw-r--r--xfa/include/fwl/core/fwl_content.h2
-rw-r--r--xfa/include/fwl/core/fwl_panel.h2
2 files changed, 2 insertions, 2 deletions
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;