diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffnotify.h')
-rw-r--r-- | xfa/fxfa/cxfa_ffnotify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffnotify.h b/xfa/fxfa/cxfa_ffnotify.h index 01adc33c1c..0a95e39451 100644 --- a/xfa/fxfa/cxfa_ffnotify.h +++ b/xfa/fxfa/cxfa_ffnotify.h @@ -71,7 +71,7 @@ class CXFA_FFNotify { void SetFocusWidgetNode(CXFA_Node* pNode); private: - CFX_UnownedPtr<CXFA_FFDoc> const m_pDoc; + UnownedPtr<CXFA_FFDoc> const m_pDoc; }; #endif // XFA_FXFA_CXFA_FFNOTIFY_H_ |