| Index: Source/core/fetch/MemoryCache.cpp
|
| diff --git a/Source/core/fetch/MemoryCache.cpp b/Source/core/fetch/MemoryCache.cpp
|
| index 208ade0cfca0f96f8504c0522baee41ae5ecab34..7cc02992c31647b066c184b137f93848b078a09a 100644
|
| --- a/Source/core/fetch/MemoryCache.cpp
|
| +++ b/Source/core/fetch/MemoryCache.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "core/workers/WorkerLoaderProxy.h"
|
| #include "core/workers/WorkerThread.h"
|
| #include "platform/Logging.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "platform/weborigin/SecurityOriginHash.h"
|
| #include "public/platform/Platform.h"
|
| @@ -39,6 +38,7 @@
|
| #include "wtf/CurrentTime.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/TemporaryChange.h"
|
| +#include "wtf/TraceEvent.h"
|
| #include "wtf/text/CString.h"
|
|
|
| namespace WebCore {
|
|
|