Chromium Code Reviews| Index: xfa/fwl/lightwidget/edit.cpp |
| diff --git a/xfa/fwl/lightwidget/edit.cpp b/xfa/fwl/lightwidget/edit.cpp |
| index 303943a8f6f0093be7a655a2f5ae1fbfb08cc824..612d5a4ac2d2d1bba240d407e48ae609a0565372 100644 |
| --- a/xfa/fwl/lightwidget/edit.cpp |
| +++ b/xfa/fwl/lightwidget/edit.cpp |
| @@ -9,7 +9,7 @@ |
| #include <memory> |
| #include <vector> |
| -#include "xfa/include/fwl/basewidget/fwl_edit.h" |
| +#include "xfa/fwl/basewidget/ifwl_edit.h" |
| CFWL_Edit* CFWL_Edit::Create() { |
| return new CFWL_Edit; |