#if defined(HICNET)
#include <hicn/transport/http/facade.h>
-#include <hicn/transport/protocols/download_observer.h>
+#include <hicn/transport/interfaces/statistics.h>
#else
#include <icnet/icnet_http_facade.h>
#endif
namespace input {
#if defined(HICNET)
-class ICNConnectionConsumerApi : public IICNConnection, public transport::protocol::IcnObserver{
+class ICNConnectionConsumerApi : public IICNConnection, public transport::interface::IcnObserver{
#else
class ICNConnectionConsumerApi : public IICNConnection, public libl4::transport::IcnObserver{
#endif
} /* namespace framework */
} /* namespace libdash */
-#endif /* QTPLAYER_INPUT_ICNCONNECTIONCONSUMERAPI_H_ */
+#endif /* QTPLAYER_INPUT_ICNCONNECTIONCONSUMERAPI_H_ */
\ No newline at end of file