| 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) {}
|
|
|
|
|