| Index: fpdfsdk/formfiller/cffl_iformfiller.h
|
| diff --git a/fpdfsdk/include/formfiller/FFL_IFormFiller.h b/fpdfsdk/formfiller/cffl_iformfiller.h
|
| similarity index 97%
|
| rename from fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| rename to fpdfsdk/formfiller/cffl_iformfiller.h
|
| index 95e4cbed171d6aad92781eac231ef8debea9a821..a9661586256cccfd54b976af2a999fe49ca5a16b 100644
|
| --- a/fpdfsdk/include/formfiller/FFL_IFormFiller.h
|
| +++ b/fpdfsdk/formfiller/cffl_iformfiller.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_
|
| -#define FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_
|
| +#ifndef FPDFSDK_FORMFILLER_CFFL_IFORMFILLER_H_
|
| +#define FPDFSDK_FORMFILLER_CFFL_IFORMFILLER_H_
|
|
|
| #include <map>
|
|
|
| @@ -183,4 +183,4 @@ class CFFL_PrivateData {
|
| int nValueAge;
|
| };
|
|
|
| -#endif // FPDFSDK_INCLUDE_FORMFILLER_FFL_IFORMFILLER_H_
|
| +#endif // FPDFSDK_FORMFILLER_CFFL_IFORMFILLER_H_
|
|
|