Line | Count | Source (jump to first uncovered line) |
1 | #ifndef handler_service_child_h | |
2 | #define handler_service_child_h | |
3 | ||
4 | #include "mozilla/dom/PHandlerServiceChild.h" | |
5 | ||
6 | namespace mozilla { | |
7 | ||
8 | class HandlerServiceChild final : public mozilla::dom::PHandlerServiceChild | |
9 | { | |
10 | public: | |
11 | NS_INLINE_DECL_REFCOUNTING(HandlerServiceChild) | |
12 | 0 | HandlerServiceChild() {} |
13 | private: | |
14 | 0 | virtual ~HandlerServiceChild() {} |
15 | }; | |
16 | ||
17 | } // namespace mozilla | |
18 | ||
19 | #endif |