Index: xfa/fwl/core/ifwl_adapternative.h |
diff --git a/xfa/fwl/core/ifwl_adapternative.h b/xfa/fwl/core/ifwl_adapternative.h |
index 6c6d8019ffd25571ef62b662522f2f8d3d8f32df..e787658e1913e797a395358efc68182992ef2342 100644 |
--- a/xfa/fwl/core/ifwl_adapternative.h |
+++ b/xfa/fwl/core/ifwl_adapternative.h |
@@ -7,7 +7,7 @@ |
#ifndef XFA_FWL_CORE_IFWL_ADAPTERNATIVE_H_ |
#define XFA_FWL_CORE_IFWL_ADAPTERNATIVE_H_ |
-class IFWL_WidgetMgrDelegate; |
+class CFWL_WidgetMgrDelegate; |
class IFWL_AdapterWidgetMgr; |
class IFWL_AdapterThreadMgr; |
class IFWL_AdapterTimerMgr; |
@@ -16,7 +16,7 @@ class IFWL_AdapterNative { |
public: |
virtual ~IFWL_AdapterNative() {} |
virtual IFWL_AdapterWidgetMgr* GetWidgetMgr( |
- IFWL_WidgetMgrDelegate* pDelegate) = 0; |
+ CFWL_WidgetMgrDelegate* pDelegate) = 0; |
virtual IFWL_AdapterThreadMgr* GetThreadMgr() = 0; |
virtual IFWL_AdapterTimerMgr* GetTimerMgr() = 0; |
}; |