Chromium Code Reviews| Index: third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp |
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.cpp b/third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp |
| similarity index 96% |
| rename from third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.cpp |
| rename to third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp |
| index 78bbf33838ba8d8e206b6de4e1d53d0e7bdde0aa..7b51bac71b9df4ae71a23ccc0b1e666b580a20f4 100644 |
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchTestingPlatformSupport.cpp |
| +++ b/third_party/WebKit/Source/platform/testing/FetchTestingPlatformSupport.cpp |
| @@ -2,8 +2,9 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "platform/loader/fetch/FetchTestingPlatformSupport.h" |
| +#include "platform/testing/FetchTestingPlatformSupport.h" |
| +#include <memory> |
| #include "platform/loader/fetch/MockFetchContext.h" |
|
kinuko
2017/02/27 02:41:08
This Platform class has a public getter for MockFe
kouhei (in TOK)
2017/02/27 03:31:37
Done.
|
| #include "platform/network/ResourceError.h" |
| #include "platform/testing/weburl_loader_mock_factory_impl.h" |
| @@ -11,7 +12,6 @@ |
| #include "public/platform/WebURL.h" |
| #include "public/platform/WebURLLoader.h" |
| #include "public/platform/WebURLLoaderMockFactory.h" |
| -#include <memory> |
| namespace blink { |