Issue #80 - De-unify netwerk/base

This commit is contained in:
Moonchild 2020-05-17 10:43:40 +00:00 committed by Roy Tam
commit 2ba616d271
14 changed files with 31 additions and 3 deletions

View file

@ -35,6 +35,7 @@
#include "nsStreamUtils.h"
#include "nsString.h"
#include "nsThreadUtils.h"
#include "nsHttpRequestHead.h"
#include "mozilla/Logging.h"
#include "mozilla/Preferences.h"
@ -51,6 +52,7 @@
#include "mozilla/dom/ContentParent.h"
using namespace mozilla;
using namespace mozilla::dom;
namespace mozilla {
namespace net {