summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_caret.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_caret.h')
-rw-r--r--xfa/fwl/cfwl_caret.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_caret.h b/xfa/fwl/cfwl_caret.h
index 32bc79535a..8a0b54fda0 100644
--- a/xfa/fwl/cfwl_caret.h
+++ b/xfa/fwl/cfwl_caret.h
@@ -51,7 +51,7 @@ class CFWL_Caret : public CFWL_Widget {
const CFX_Matrix* pMatrix);
std::unique_ptr<CFWL_Caret::Timer> m_pTimer;
- CFX_UnownedPtr<CFWL_TimerInfo> m_pTimerInfo;
+ UnownedPtr<CFWL_TimerInfo> m_pTimerInfo;
};
#endif // XFA_FWL_CFWL_CARET_H_