Chromium Code Reviews| Index: xfa/src/fwl/src/lightwidget/combobox.cpp |
| diff --git a/xfa/src/fwl/src/lightwidget/combobox.cpp b/xfa/src/fwl/src/lightwidget/combobox.cpp |
| index 5756a6d832be81d7ae73ec03779df9fc42d7dafb..21ecde5486ca7936792efe30f84045f6b27bc10f 100644 |
| --- a/xfa/src/fwl/src/lightwidget/combobox.cpp |
| +++ b/xfa/src/fwl/src/lightwidget/combobox.cpp |
| @@ -6,7 +6,7 @@ |
| #include <memory> |
| -#include "../../../foxitlib.h" |
| +#include "xfa/src/foxitlib.h" |
| CFWL_ComboBox* CFWL_ComboBox::Create() { |
| return new CFWL_ComboBox; |