зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1720289 - fix the OpaqueResponseUtils includes, r=kershaw,necko-reviewers.
Differential Revision: https://phabricator.services.mozilla.com/D120013
This commit is contained in:
Родитель
ca7bbcc752
Коммит
3c58a9068f
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче