diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 12:16:00 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 12:16:00 -0500 |
commit | 6f6388fee1fdb4bec57549fe87a0833b2b20bebe (patch) | |
tree | 425b282da710e43904ebc68bf098a88cd2676397 /xfa/include/fwl/basewidget/fwl_picturebox.h | |
parent | 71568591f4df8cc2d02fbd5544b0b0cc2b8f55e8 (diff) | |
download | pdfium-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/basewidget/fwl_picturebox.h')
-rw-r--r-- | xfa/include/fwl/basewidget/fwl_picturebox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fwl/basewidget/fwl_picturebox.h b/xfa/include/fwl/basewidget/fwl_picturebox.h index 05336d062e..be999493b2 100644 --- a/xfa/include/fwl/basewidget/fwl_picturebox.h +++ b/xfa/include/fwl/basewidget/fwl_picturebox.h @@ -7,7 +7,7 @@ #ifndef XFA_INCLUDE_FWL_BASEWIDGET_FWL_PICTUREBOX_H_ #define XFA_INCLUDE_FWL_BASEWIDGET_FWL_PICTUREBOX_H_ -#include "xfa/src/fwl/src/core/fwl_widgetimp.h" +#include "xfa/src/fwl/core/fwl_widgetimp.h" #define FWL_CLASS_PictureBox L"FWL_PICTUREBOX" #define FWL_CLASSHASH_PictureBox 2974721741 |