Chromium Code Reviews| Index: xfa/fwl/core/cfwl_evtsetfocus.h |
| diff --git a/xfa/fwl/core/cfwl_evtsetfocus.h b/xfa/fwl/core/cfwl_evtsetfocus.h |
| index b1ff43d6e3511a0d839213bb3dc2dbb1f1955c37..0232b59576f370f332ad8825d10b7ecc381699f7 100644 |
| --- a/xfa/fwl/core/cfwl_evtsetfocus.h |
| +++ b/xfa/fwl/core/cfwl_evtsetfocus.h |
| @@ -16,7 +16,7 @@ class CFWL_EvtSetFocus : public CFWL_Event { |
| CFWL_EventType GetClassID() const override; |
| - IFWL_Widget* m_pSetFocus; |
| + CFWL_Widget* m_pSetFocus; |
| }; |
| #endif // XFA_FWL_CORE_CFWL_EVTSETFOCUS_H_ |