| Index: third_party/WebKit/Source/platform/heap/PageMemory.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/PageMemory.h b/third_party/WebKit/Source/platform/heap/PageMemory.h
|
| index a217ea8c6c4188b0bb70311786f3e10aa0ed0b90..d6747c879abc382d6b3c8e4e1c5f6d2a368939aa 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PageMemory.h
|
| +++ b/third_party/WebKit/Source/platform/heap/PageMemory.h
|
| @@ -6,10 +6,10 @@
|
| #define PageMemory_h
|
|
|
| #include "platform/heap/HeapPage.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/allocator/Partitions.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
|
|
| namespace blink {
|
|
|
|
|