Bug 1660470 - Avoid including dom/cache/IPCUtils.h from header files. r=nika

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

Depends on D93241
This commit is contained in:
Simon Giesecke 2020-11-23 16:04:22 +00:00
Родитель 40fc78c788
Коммит 394f4c2966
1 изменённых файлов: 4 добавлений и 2 удалений

6
dom/cache/CacheTypes.ipdlh поставляемый
Просмотреть файл

@ -9,9 +9,11 @@ include IPCStream;
include ChannelInfo;
include PBackgroundSharedTypes;
include "mozilla/dom/cache/IPCUtils.h";
using HeadersGuardEnum from "mozilla/dom/FetchIPCTypes.h";
using Namespace from "mozilla/dom/cache/IPCUtils.h";
using OpenMode from "mozilla/dom/cache/IPCUtils.h";
using Namespace from "mozilla/dom/cache/Types.h";
using OpenMode from "mozilla/dom/cache/Types.h";
using ReferrerPolicy from "mozilla/dom/FetchIPCTypes.h";
using RequestCredentials from "mozilla/dom/FetchIPCTypes.h";
using RequestMode from "mozilla/dom/FetchIPCTypes.h";