From d5a49e563da092bf5c8fc6f1055e6c2d64d2125c Mon Sep 17 00:00:00 2001 From: "andreas.otte%primus-online.de" Date: Tue, 8 Jun 1999 09:46:10 +0000 Subject: [PATCH] changed nsIUrl.h to nsIURL.h git-svn-id: svn://10.0.0.236/trunk@34190 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/protocol/http/src/nsHTTPRequest.cpp | 2 +- mozilla/netwerk/protocol/http/src/nsHTTPResponse.cpp | 2 +- mozilla/netwerk/test/TestProtocols.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"