| Index: Source/core/loader/cache/MemoryCache.cpp
|
| diff --git a/Source/core/loader/cache/MemoryCache.cpp b/Source/core/loader/cache/MemoryCache.cpp
|
| index 467486ff45d81b6ee291e8fb58780dcd3d998cbc..2c32b27cc04ee25019153fac7815848f2be69eeb 100644
|
| --- a/Source/core/loader/cache/MemoryCache.cpp
|
| +++ b/Source/core/loader/cache/MemoryCache.cpp
|
| @@ -32,7 +32,6 @@
|
| #include "FrameLoaderTypes.h"
|
| #include "FrameView.h"
|
| #include "Logging.h"
|
| -#include "ResourceHandle.h"
|
| #include "SecurityOrigin.h"
|
| #include "SecurityOriginHash.h"
|
| #include "WebCoreMemoryInstrumentation.h"
|
| @@ -40,6 +39,7 @@
|
| #include "WorkerLoaderProxy.h"
|
| #include "WorkerThread.h"
|
| #include "core/platform/graphics/Image.h"
|
| +#include "core/platform/network/ResourceHandle.h"
|
| #include <wtf/CurrentTime.h>
|
| #include <wtf/MathExtras.h>
|
| #include <wtf/MemoryInstrumentationHashMap.h>
|
|
|