webengine/osswebengine/WebCore/platform/network/symbian/HttpConnection.cpp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
--- a/webengine/osswebengine/WebCore/platform/network/symbian/HttpConnection.cpp	Fri Apr 16 16:07:13 2010 +0300
+++ b/webengine/osswebengine/WebCore/platform/network/symbian/HttpConnection.cpp	Mon May 03 13:32:15 2010 +0300
@@ -15,8 +15,8 @@
 *
 */
 
-#include <Uri8.h>
-#include <EscapeUtils.h>
+#include <uri8.h>
+#include <escapeutils.h>
 #include <http/rhttpheaders.h>
 #include <http/mhttpdatasupplier.h>
 #include <thttpfields.h>
@@ -29,7 +29,7 @@
 #include "ResourceLoaderDelegate.h"
 #include "HttpCacheSupply.h"
 #include "HttpPostDataSupplier.h"
-#include <HttpFilterCommonStringsExt.h>
+#include <httpfiltercommonstringsext.h>
 #include <BrCtlDefs.h>
 #include "BrCtl.h"
 #include "BrCtlSpecialLoadObserver.h"