| Index: Source/core/loader/cache/MemoryCache.cpp
|
| diff --git a/Source/core/loader/cache/MemoryCache.cpp b/Source/core/loader/cache/MemoryCache.cpp
|
| index 317586f7441f9479f575c28962ccb88fb49e559e..a3f3863e120ed689d95a5468ed483ae20fd9fad2 100644
|
| --- a/Source/core/loader/cache/MemoryCache.cpp
|
| +++ b/Source/core/loader/cache/MemoryCache.cpp
|
| @@ -24,12 +24,12 @@
|
| #include "core/loader/cache/MemoryCache.h"
|
|
|
| #include <stdio.h>
|
| -#include "CrossThreadTask.h"
|
| -#include "Document.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| #include "WorkerContext.h"
|
| #include "WorkerLoaderProxy.h"
|
| #include "WorkerThread.h"
|
| +#include "core/dom/CrossThreadTask.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/FrameLoaderTypes.h"
|
| #include "core/loader/cache/CachedResource.h"
|
|
|