| Index: third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| diff --git a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| index c591f26e97f673d98e4a2547f1b7027b75cb0831..0ded4382f690281bc9fa9962c3907df152352c72 100644
|
| --- a/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| +++ b/third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp
|
| @@ -10,8 +10,8 @@
|
| #include "base/trace_event/heap_profiler_allocation_register.h"
|
| #include "base/trace_event/process_memory_dump.h"
|
| #include "base/trace_event/trace_event_memory_overhead.h"
|
| -#include "wtf/allocator/Partitions.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|