| Index: xfa/fwl/cfwl_formproxy.cpp
|
| diff --git a/xfa/fwl/core/cfwl_formproxy.cpp b/xfa/fwl/cfwl_formproxy.cpp
|
| similarity index 92%
|
| rename from xfa/fwl/core/cfwl_formproxy.cpp
|
| rename to xfa/fwl/cfwl_formproxy.cpp
|
| index c6d667f40e80d596a7b0cea35ebdcaaf2e802f10..776ba0ac6140e38769b536a24ab572b2c8de601d 100644
|
| --- a/xfa/fwl/core/cfwl_formproxy.cpp
|
| +++ b/xfa/fwl/cfwl_formproxy.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fwl/core/cfwl_formproxy.h"
|
| +#include "xfa/fwl/cfwl_formproxy.h"
|
|
|
| #include <memory>
|
| #include <utility>
|
|
|
| #include "third_party/base/ptr_util.h"
|
| -#include "xfa/fwl/core/cfwl_notedriver.h"
|
| +#include "xfa/fwl/cfwl_notedriver.h"
|
|
|
| CFWL_FormProxy::CFWL_FormProxy(
|
| const CFWL_App* app,
|
|
|