| Index: third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/MemoryCache.cpp b/third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| index a5b31372e9dc1c6921ca42b8c7d16b3db4bcaec1..8f9d05a1475079c017a5026da12f8f20f664ec0a 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/MemoryCache.cpp
|
| @@ -23,7 +23,7 @@
|
| #include "core/fetch/MemoryCache.h"
|
|
|
| #include "core/fetch/ResourceLoadingLog.h"
|
| -#include "platform/TraceEvent.h"
|
| +#include "platform/tracing/TraceEvent.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| #include "platform/weborigin/SecurityOriginHash.h"
|
| #include "public/platform/Platform.h"
|
|
|