Chromium Code Reviews| Index: third_party/WebKit/Source/platform/loader/fetch/MemoryCacheCorrectnessTest.cpp |
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheCorrectnessTest.cpp b/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheCorrectnessTest.cpp |
| index d641f94d3f8f387328bad4cd1dfe1cbed2d93a60..6e26e9f66d9e1304ca205ca4f9ddd91c0eae57f6 100644 |
| --- a/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheCorrectnessTest.cpp |
| +++ b/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheCorrectnessTest.cpp |
| @@ -32,13 +32,13 @@ |
| #include "platform/loader/fetch/FetchContext.h" |
| #include "platform/loader/fetch/FetchRequest.h" |
| -#include "platform/loader/fetch/MockFetchContext.h" |
| #include "platform/loader/fetch/MockResource.h" |
| #include "platform/loader/fetch/RawResource.h" |
| #include "platform/loader/fetch/Resource.h" |
| #include "platform/loader/fetch/ResourceFetcher.h" |
| +#include "platform/loader/testing/MockFetchContext.h" |
| +#include "platform/loader/testing/TestingPlatformSupport.h" |
|
Takashi Toyoshima
2017/02/27 13:03:07
TestingPlatformSupport should be still in platform
|
| #include "platform/network/ResourceRequest.h" |
| -#include "platform/testing/TestingPlatformSupport.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| namespace blink { |