Bug 1231213 - Properly declare some dependencies so everything will compile with additional files. r=asuth

Differential Revision: https://phabricator.services.mozilla.com/D26158

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Perry Jiang 2019-08-14 16:19:28 +00:00
parent 2841328338
commit dd139fd2a4
4 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,8 @@
namespace mozilla {
namespace dom {
class IPCURLClassifierFeature;
//////////////////////////////////////////////////////////////
// URLClassifierParent

View File

@ -23,6 +23,7 @@ using TabId from "mozilla/dom/ipc/IdType.h";
// ParamTraits stuff for our own classes
using MediaPacket from "mtransport/mediapacket.h";
include "mozilla/net/NrIceStunAddrMessageUtils.h";
using net::NrIceStunAddrArray from "mozilla/net/PStunAddrsParams.h";
#endif // MOZ_WEBRTC

View File

@ -6,7 +6,11 @@
#include "ServiceWorkerInfo.h"
#include "ServiceWorkerPrivate.h"
#include "ServiceWorkerScriptCache.h"
#include "mozilla/dom/ClientIPCTypes.h"
#include "mozilla/dom/ClientState.h"
#include "mozilla/dom/RemoteWorkerTypes.h"
namespace mozilla {
namespace dom {

View File

@ -7,6 +7,7 @@
#include "ServiceWorkerRegistrationChild.h"
#include "RemoteServiceWorkerRegistrationImpl.h"
#include "mozilla/dom/WorkerRef.h"
namespace mozilla {
namespace dom {