Title: [153668] trunk/Source/WebCore
Revision
153668
Author
[email protected]
Date
2013-08-02 14:30:31 -0700 (Fri, 02 Aug 2013)

Log Message

Remove WebCore folder from include statements
https://bugs.webkit.org/show_bug.cgi?id=119438

Reviewed by Darin Adler.

This aligns the style of the changed files with the other WebCore code.

* platform/network/curl/CurlDownload.cpp:
* platform/network/curl/CurlDownload.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (153667 => 153668)


--- trunk/Source/WebCore/ChangeLog	2013-08-02 21:27:26 UTC (rev 153667)
+++ trunk/Source/WebCore/ChangeLog	2013-08-02 21:30:31 UTC (rev 153668)
@@ -1,3 +1,15 @@
+2013-08-02  Patrick Gansterer  <[email protected]>
+
+        Remove WebCore folder from include statements
+        https://bugs.webkit.org/show_bug.cgi?id=119438
+
+        Reviewed by Darin Adler.
+
+        This aligns the style of the changed files with the other WebCore code.
+
+        * platform/network/curl/CurlDownload.cpp:
+        * platform/network/curl/CurlDownload.h:
+
 2013-08-02  Ryosuke Niwa  <[email protected]>
 
         FormAssociatedElement shouldn't create out-of-tree FormAttributeTargetObserver

Modified: trunk/Source/WebCore/platform/network/curl/CurlDownload.cpp (153667 => 153668)


--- trunk/Source/WebCore/platform/network/curl/CurlDownload.cpp	2013-08-02 21:27:26 UTC (rev 153667)
+++ trunk/Source/WebCore/platform/network/curl/CurlDownload.cpp	2013-08-02 21:30:31 UTC (rev 153668)
@@ -26,10 +26,9 @@
 #include "config.h"
 #include "CurlDownload.h"
 
-#include <WebCore/HTTPParsers.h>
-#include <WebCore/MainThreadTask.h>
-#include <WebCore/ResourceRequest.h>
-
+#include "HTTPParsers.h"
+#include "MainThreadTask.h"
+#include "ResourceRequest.h"
 #include <wtf/MainThread.h>
 #include <wtf/text/CString.h>
 

Modified: trunk/Source/WebCore/platform/network/curl/CurlDownload.h (153667 => 153668)


--- trunk/Source/WebCore/platform/network/curl/CurlDownload.h	2013-08-02 21:27:26 UTC (rev 153667)
+++ trunk/Source/WebCore/platform/network/curl/CurlDownload.h	2013-08-02 21:30:31 UTC (rev 153668)
@@ -26,9 +26,9 @@
 #ifndef CurlDownload_h
 #define CurlDownload_h
 
-#include <WebCore/FileSystem.h>
-#include <WebCore/ResourceHandle.h>
-#include <WebCore/ResourceResponse.h>
+#include "FileSystem.h"
+#include "ResourceHandle.h"
+#include "ResourceResponse.h"
 
 #if PLATFORM(WIN)
 #include <windows.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to