summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/formfiller/FFL_TextField.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-08 16:08:00 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-08 16:08:00 -0700
commit45a3d338e60a7ae8c58bd2f3122ef4da01c4e051 (patch)
tree82d956e82b4c30a46d7ec5fc3bee8d5469d7055f /fpdfsdk/include/formfiller/FFL_TextField.h
parentd80a434d7aa1ea6138e17aed2117c2eac8f72ce3 (diff)
downloadpdfium-45a3d338e60a7ae8c58bd2f3122ef4da01c4e051.tar.xz
Fix IWYU in formfiller/ directory.
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1066253002
Diffstat (limited to 'fpdfsdk/include/formfiller/FFL_TextField.h')
-rw-r--r--fpdfsdk/include/formfiller/FFL_TextField.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_TextField.h b/fpdfsdk/include/formfiller/FFL_TextField.h
index 3a5fd688b0..e31a9e5462 100644
--- a/fpdfsdk/include/formfiller/FFL_TextField.h
+++ b/fpdfsdk/include/formfiller/FFL_TextField.h
@@ -15,7 +15,8 @@
class CBA_FontMap;
-class CFFL_EditUndoItem //: public IUndoItem
+
+class CFFL_EditUndoItem
{
public:
CFFL_EditUndoItem(CPWL_Edit* pEdit);