| Index: third_party/WebKit/Source/platform/exported/Platform.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/Platform.cpp b/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| index 53e0630cb8f1b3b2238dbc4a0126ba06f70c2fae..5d6d4f918409ec4f46a0eca145f1fdc2d1ec9f31 100644
|
| --- a/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/Platform.cpp
|
| @@ -31,11 +31,11 @@
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "base/trace_event/memory_dump_manager.h"
|
| #include "platform/Histogram.h"
|
| -#include "platform/MemoryCacheDumpProvider.h"
|
| #include "platform/PartitionAllocMemoryDumpProvider.h"
|
| #include "platform/fonts/FontCacheMemoryDumpProvider.h"
|
| #include "platform/heap/BlinkGCMemoryDumpProvider.h"
|
| #include "platform/heap/GCTaskRunner.h"
|
| +#include "platform/tracing/MemoryCacheDumpProvider.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebPrerenderingSupport.h"
|
|
|