Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
similarity index 95%
rename from third_party/WebKit/Source/core/fetch/FetchContext.cpp
rename to third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
index 910b02bc5c380740bcedf3356a9d5c629e1b0029..c6ec50cb62930460003fe05bbab10d4a9eca180d 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/fetch/FetchContext.h"
+#include "platform/loader/fetch/FetchContext.h"
#include "public/platform/WebCachePolicy.h"
@@ -74,9 +74,7 @@ void FetchContext::dispatchDidReceiveResponse(unsigned long,
WebURLRequest::RequestContext,
Resource*) {}
-void FetchContext::dispatchDidReceiveData(unsigned long,
- const char*,
- int) {}
+void FetchContext::dispatchDidReceiveData(unsigned long, const char*, int) {}
void FetchContext::dispatchDidReceiveEncodedData(unsigned long, int) {}

Powered by Google App Engine
This is Rietveld 408576698