diff options
Diffstat (limited to 'xfa/fwl/cfwl_timerinfo.h')
-rw-r--r-- | xfa/fwl/cfwl_timerinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fwl/cfwl_timerinfo.h b/xfa/fwl/cfwl_timerinfo.h index ae77ef5d59..c58bcff9a9 100644 --- a/xfa/fwl/cfwl_timerinfo.h +++ b/xfa/fwl/cfwl_timerinfo.h @@ -7,8 +7,8 @@ #ifndef XFA_FWL_CFWL_TIMERINFO_H_ #define XFA_FWL_CFWL_TIMERINFO_H_ -#include "core/fxcrt/cfx_unowned_ptr.h" #include "core/fxcrt/fx_system.h" +#include "core/fxcrt/unowned_ptr.h" class IFWL_AdapterTimerMgr; @@ -20,7 +20,7 @@ class CFWL_TimerInfo { void StopTimer(); private: - CFX_UnownedPtr<IFWL_AdapterTimerMgr> m_pMgr; + UnownedPtr<IFWL_AdapterTimerMgr> m_pMgr; }; #endif // XFA_FWL_CFWL_TIMERINFO_H_ |