Bug 1839325 - Add missing header dependency on mozilla/PSandboxTestingChild.h r=bobowen,necko-reviewers,jesup

Differential Revision: https://phabricator.services.mozilla.com/D181446
This commit is contained in:
serge-sans-paille 2023-06-22 12:40:14 +00:00
parent 851cbeaeef
commit ab13de4ec4
5 changed files with 18 additions and 0 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -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"

View File

@ -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;
}