| Index: third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/MemoryCache.h b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| index 02ad3b22c0e25693d2bf19026bcd203a07d39052..6c836082c7a19e44e443d7dc83d037468d868d78 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MemoryCache.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/fetch/Resource.h"
|
| -#include "platform/MemoryCacheDumpProvider.h"
|
| #include "platform/MemoryCoordinator.h"
|
| +#include "platform/tracing/MemoryCacheDumpProvider.h"
|
| #include "public/platform/WebThread.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/HashMap.h"
|
|
|