| Index: third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
|
| index 4938ebbbf67a4ccacedda5cee4f9b418561058a3..609eedb1b64ae931f1b9743776d4937b0715c136 100644
|
| --- a/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
|
| +++ b/third_party/WebKit/Source/platform/heap/BlinkGCMemoryDumpProvider.h
|
| @@ -8,9 +8,9 @@
|
| #include "base/trace_event/memory_dump_provider.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/heap/BlinkGC.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/ThreadingPrimitives.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace base {
|
| namespace trace_event {
|
|
|