diff --git a/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp b/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp index 76612c27147..ee7cba59263 100644 --- a/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp +++ b/mozilla/htmlparser/src/nsHTMLContentSinkStream.cpp @@ -30,7 +30,7 @@ #include "nsHTMLContentSinkStream.h" #include "nsHTMLTokens.h" #include -#include "nsstring.h" +#include "nsString.h" #include "nsParserTypes.h" static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID); diff --git a/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp b/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp index 76612c27147..ee7cba59263 100644 --- a/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp +++ b/mozilla/parser/htmlparser/src/nsHTMLContentSinkStream.cpp @@ -30,7 +30,7 @@ #include "nsHTMLContentSinkStream.h" #include "nsHTMLTokens.h" #include -#include "nsstring.h" +#include "nsString.h" #include "nsParserTypes.h" static NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);