Bug 1526591 - Remove devtools.inspector.shapesHighlighter.enabled pref. r=rcaliman
[gecko.git] / netwerk / base / ChannelDiverterChild.h
blobfe5b29c03f8cd68c9ec84cbd265113bec608770b
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef _channeldiverterchild_h_
8 #define _channeldiverterchild_h_
10 #include "mozilla/net/PChannelDiverterChild.h"
12 namespace mozilla {
13 namespace net {
15 class ChannelDiverterChild : public PChannelDiverterChild {
16 public:
17 ChannelDiverterChild() = default;
18 virtual ~ChannelDiverterChild() = default;
21 } // namespace net
22 } // namespace mozilla
24 #endif /* _channeldiverterchild_h_ */