Bug 1720289 - fix the OpaqueResponseUtils includes, r=kershaw,necko-reviewers.

Differential Revision: https://phabricator.services.mozilla.com/D120013
This commit is contained in:
Florian Quèze 2021-07-15 22:04:24 +00:00
Родитель ca7bbcc752
Коммит 3c58a9068f
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,7 @@
#include "mozilla/Telemetry.h"
#include "mozilla/TelemetryHistogramEnums.h"
#include "nsContentUtils.h"
#include "nsHttpResponseHead.h"
#include "nsMimeTypes.h"

Просмотреть файл

@ -8,7 +8,15 @@
#ifndef mozilla_net_OpaqueResponseUtils_h
#define mozilla_net_OpaqueResponseUtils_h
#include "nsIContentPolicy.h"
#include "mozilla/TimeStamp.h"
namespace mozilla {
namespace Telemetry {
enum class LABELS_OPAQUE_RESPONSE_BLOCKING : uint32_t;
}
namespace net {
class nsHttpResponseHead;