Bug 1297276 - Fix another instance of mozilla/unused.h that snuck in.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2016-08-25 09:31:35 -04:00
parent 074ba60dd0
commit 90610d7084

View File

@ -22,7 +22,7 @@
#include "nsIURL.h"
#include "mozilla/Logging.h"
#include "mozilla/net/DNS.h"
#include "mozilla/unused.h"
#include "mozilla/Unused.h"
using mozilla::LogLevel;
using namespace mozilla::net;