зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
40fc78c788
Коммит
394f4c2966
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче