Index: xfa/fwl/core/fwl_sdadapterimp.h |
diff --git a/xfa/include/fwl/adapter/fwl_sdadapterimp.h b/xfa/fwl/core/fwl_sdadapterimp.h |
similarity index 93% |
rename from xfa/include/fwl/adapter/fwl_sdadapterimp.h |
rename to xfa/fwl/core/fwl_sdadapterimp.h |
index 52cbb99c2646dc76fdcb3e081fa4e8865881739c..0e8bd7f683156b1df456e2e8d7e527edbc38c7da 100644 |
--- a/xfa/include/fwl/adapter/fwl_sdadapterimp.h |
+++ b/xfa/fwl/core/fwl_sdadapterimp.h |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_INCLUDE_FWL_ADAPTER_FWL_SDADAPTERIMP_H_ |
-#define XFA_INCLUDE_FWL_ADAPTER_FWL_SDADAPTERIMP_H_ |
+#ifndef XFA_FWL_CORE_FWL_SDADAPTERIMP_H_ |
+#define XFA_FWL_CORE_FWL_SDADAPTERIMP_H_ |
-#include "xfa/include/fwl/adapter/fwl_adapterthreadmgr.h" |
-#include "xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h" |
+#include "xfa/fwl/core/ifwl_adapterthreadmgr.h" |
+#include "xfa/fwl/core/ifwl_adapterwidgetmgr.h" |
class CFWL_SDAdapterWidgetMgr : public IFWL_AdapterWidgetMgr { |
public: |
@@ -86,4 +86,4 @@ class CFWL_SDAdapterThreadMgr : public IFWL_AdapterThreadMgr { |
virtual IFWL_Thread* GetCurrentThread(); |
}; |
-#endif // XFA_INCLUDE_FWL_ADAPTER_FWL_SDADAPTERIMP_H_ |
+#endif // XFA_FWL_CORE_FWL_SDADAPTERIMP_H_ |