| Index: fpdfsdk/formfiller/cffl_combobox.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_ComboBox.h b/fpdfsdk/formfiller/cffl_combobox.h
|
| similarity index 91%
|
| rename from fpdfsdk/include/formfiller/FFL_ComboBox.h
|
| rename to fpdfsdk/formfiller/cffl_combobox.h
|
| index a5ef01b0ea0e9105da7a5b3d6e3daffeaf74fffa..b59f22bf36602adbe348640ea14cd8d5d3f95daa 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_ComboBox.h
|
| +++ b/fpdfsdk/formfiller/cffl_combobox.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_COMBOBOX_H_
|
| -#define FPDFSDK_INCLUDE_FORMFILLER_FFL_COMBOBOX_H_
|
| +#ifndef FPDFSDK_FORMFILLER_CFFL_COMBOBOX_H_
|
| +#define FPDFSDK_FORMFILLER_CFFL_COMBOBOX_H_
|
|
|
| #include "core/include/fxcrt/fx_string.h"
|
| -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h"
|
| +#include "fpdfsdk/formfiller/cffl_formfiller.h"
|
|
|
| class CBA_FontMap;
|
|
|
| @@ -66,4 +66,4 @@ class CFFL_ComboBox : public CFFL_FormFiller,
|
| FFL_ComboBoxState m_State;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_COMBOBOX_H_
|
| +#endif // FPDFSDK_FORMFILLER_CFFL_COMBOBOX_H_
|
|
|