Mypal/uriloader/exthandler/HandlerServiceChild.h

16 lines
333 B
C
Raw Normal View History

2019-03-11 03:26:37 -07:00
#ifndef handler_service_child_h
#define handler_service_child_h
#include "mozilla/dom/PHandlerServiceChild.h"
class HandlerServiceChild final : public mozilla::dom::PHandlerServiceChild
{
public:
NS_INLINE_DECL_REFCOUNTING(HandlerServiceChild)
HandlerServiceChild() {}
private:
virtual ~HandlerServiceChild() {}
};
#endif