| Index: third_party/WebKit/Source/platform/loader/testing/MockResource.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/MockResource.cpp b/third_party/WebKit/Source/platform/loader/testing/MockResource.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/platform/loader/fetch/MockResource.cpp
|
| rename to third_party/WebKit/Source/platform/loader/testing/MockResource.cpp
|
| index a4a8820fd20ac9200b4d02ac6e3b93c717c2daaf..ac4532c7bef9d429bd77c0f189a17401e8bec2db 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/MockResource.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/testing/MockResource.cpp
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "platform/loader/fetch/MockResource.h"
|
| +#include "platform/loader/testing/MockResource.h"
|
|
|
| #include "platform/loader/fetch/FetchRequest.h"
|
| #include "platform/loader/fetch/ResourceFetcher.h"
|
|
|