Skip to content

Commit

Permalink
Bug 1839325 - Add missing header dependency on mozilla/PSandboxTestin…
Browse files Browse the repository at this point in the history
…gChild.h r=bobowen,necko-reviewers,jesup

Differential Revision: https://phabricator.services.mozilla.com/D181446
  • Loading branch information
serge-sans-paille committed Jun 22, 2023
1 parent 851cbea commit ab13de4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dom/ipc/ContentChild.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
# include "nsIFile.h"
#endif

#if defined(MOZ_SANDBOX) && defined(MOZ_DEBUG) && defined(ENABLE_TESTS)
# include "mozilla/PSandboxTestingChild.h"
#endif

struct ChromePackage;
class nsIObserver;
struct SubstitutionMapping;
Expand Down
4 changes: 4 additions & 0 deletions dom/media/ipc/RDDParent.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#include "mozilla/RefPtr.h"
#include "mozilla/ipc/AsyncBlockers.h"

#if defined(MOZ_SANDBOX) && defined(MOZ_DEBUG) && defined(ENABLE_TESTS)
# include "mozilla/PSandboxTestingChild.h"
#endif

namespace mozilla {

class TimeStamp;
Expand Down
3 changes: 3 additions & 0 deletions gfx/ipc/GPUParent.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#include "mozilla/RefPtr.h"
#include "mozilla/gfx/PGPUParent.h"
#include "mozilla/ipc/AsyncBlockers.h"
#if defined(MOZ_SANDBOX) && defined(MOZ_DEBUG) && defined(ENABLE_TESTS)
# include "mozilla/PSandboxTestingChild.h"
#endif

namespace mozilla {

Expand Down
3 changes: 3 additions & 0 deletions ipc/glue/UtilityProcessChild.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include "mozilla/UniquePtr.h"
#include "ChildProfilerController.h"

#if defined(MOZ_SANDBOX) && defined(MOZ_DEBUG) && defined(ENABLE_TESTS)
# include "mozilla/PSandboxTestingChild.h"
#endif
#include "mozilla/PRemoteDecoderManagerParent.h"
#include "mozilla/ipc/AsyncBlockers.h"
#include "mozilla/dom/JSOracleChild.h"
Expand Down
4 changes: 4 additions & 0 deletions netwerk/ipc/SocketProcessChild.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#include "nsRefPtrHashtable.h"
#include "nsTHashMap.h"

#if defined(MOZ_SANDBOX) && defined(MOZ_DEBUG) && defined(ENABLE_TESTS)
# include "mozilla/PSandboxTestingChild.h"
#endif

namespace mozilla {
class ChildProfilerController;
}
Expand Down

0 comments on commit ab13de4

Please sign in to comment.