diff --git a/mozilla/netwerk/protocol/http/src/nsHTTPRequest.cpp b/mozilla/netwerk/protocol/http/src/nsHTTPRequest.cpp index df1b8fc90b2..922cd10a97f 100644 --- a/mozilla/netwerk/protocol/http/src/nsHTTPRequest.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHTTPRequest.cpp @@ -16,7 +16,7 @@ * Reserved. */ -#include "nsIUrl.h" +#include "nsIURL.h" #include "nsHTTPRequest.h" #include "nsVoidArray.h" #include "nsHeaderPair.h" diff --git a/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp b/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp index 92e1212695b..996a65dabbf 100644 --- a/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp @@ -17,7 +17,7 @@ */ #include "nsHTTPResponse.h" -#include "nsIUrl.h" +#include "nsIURL.h" #include "nsIHTTPChannel.h" #include "nsCOMPtr.h" #include "nsString.h" diff --git a/mozilla/netwerk/test/TestProtocols.cpp b/mozilla/netwerk/test/TestProtocols.cpp index 93056fca085..deec281753b 100644 --- a/mozilla/netwerk/test/TestProtocols.cpp +++ b/mozilla/netwerk/test/TestProtocols.cpp @@ -40,7 +40,7 @@ #include "nsIByteBufferInputStream.h" #include "nsCRT.h" #include "nsIChannel.h" -#include "nsIUrl.h" +#include "nsIURL.h" #include "nsIHTTPChannel.h" #include "nsIHttpEventSink.h" #include "nsIEventSinkGetter.h"