summaryrefslogtreecommitdiffstats
path: root/dom/cache/CacheStreamControlParent.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-18 17:39:59 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-18 17:39:59 +0200
commit79f126e542d12ba62db70c1db0e0fb0607c2f7bb (patch)
tree0d9ad5e522b3fbe76ea3ffa3ff5aebdf902ee5ce /dom/cache/CacheStreamControlParent.cpp
parentcd3935494c7d1e12083d2951c657e364db5102ed (diff)
downloadUXP-79f126e542d12ba62db70c1db0e0fb0607c2f7bb.tar
UXP-79f126e542d12ba62db70c1db0e0fb0607c2f7bb.tar.gz
UXP-79f126e542d12ba62db70c1db0e0fb0607c2f7bb.tar.lz
UXP-79f126e542d12ba62db70c1db0e0fb0607c2f7bb.tar.xz
UXP-79f126e542d12ba62db70c1db0e0fb0607c2f7bb.zip
Issue #80 - De-unify dom/cache
Diffstat (limited to 'dom/cache/CacheStreamControlParent.cpp')
-rw-r--r--dom/cache/CacheStreamControlParent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/cache/CacheStreamControlParent.cpp b/dom/cache/CacheStreamControlParent.cpp
index 54eef01d8..02f2fd2d3 100644
--- a/dom/cache/CacheStreamControlParent.cpp
+++ b/dom/cache/CacheStreamControlParent.cpp
@@ -11,6 +11,7 @@
#include "mozilla/dom/cache/ReadStream.h"
#include "mozilla/dom/cache/StreamList.h"
#include "mozilla/ipc/FileDescriptorSetParent.h"
+#include "mozilla/ipc/IPCStreamUtils.h"
#include "mozilla/ipc/PBackgroundParent.h"
#include "mozilla/ipc/PFileDescriptorSetParent.h"
#include "nsISupportsImpl.h"
@@ -20,6 +21,7 @@ namespace dom {
namespace cache {
using mozilla::dom::OptionalFileDescriptorSet;
+using mozilla::ipc::AutoIPCStream;
using mozilla::ipc::FileDescriptor;
using mozilla::ipc::FileDescriptorSetParent;
using mozilla::ipc::PFileDescriptorSetParent;